Variables and context knowledge check Check your understanding of variables and context Question Title * What is your work email?This should be your Rewst email address Question Title * Which of the following best describes a variable? A fixed piece of data that never changes A placeholder that holds data and can be reused throughout a workflow A section in Rewst where all API responses are stored A specific type of JSON file Question Title * You’re creating a workflow in Rewst to greet customers by name. Instead of typing each customer’s name manually, you use a variable called CustomerName. How does this improve your workflow? It allows you to hard-code names directly into the workflow It makes the workflow adaptable to different customer names without rewriting it It ensures the workflow only runs for one specific customer It limits the workflow to handling text data only Question Title * A data alias allows you to extract specific information from a __________ response and store it in a simpler variable for use in a workflow. List File Upload JSON Image Question Title * Where are data aliases stored in Rewst so they can be accessed throughout a workflow? Variables folder Context Task log Workflow builder Question Title * You’ve created a workflow that retrieves a user’s profile information from Microsoft Graph. Later in the workflow, you need to reference the user’s email address. How can you do this without re-fetching the data? Use a variable called **UserEmail** stored in the Context. Manually copy the email address into each workflow step. Re-send a new request to Microsoft Graph. Hard-code the email address directly into the workflow. Done