Torq Interact is an advanced, automated way to collect real-time user input and responses. Build dynamic workflows that work based on user responses accessed via the workflow context.
How to Access Interaction Answers
In any step after your Interaction, open the workflow context by typing
$
.Scroll through the context menu until you reach the desired Interaction name.
Click on the Interaction and then
answers
.Your context reference should look something like this:
{{ $.interaction.answers }}
.
Select the relevant input element's question from the list.
After selecting the input element to reference, your context reference should look something like this:
{{ $.interaction.answers.question_one }}
.