
firstName is a Workflow variable—it keeps the same value for the current Workflow, then resets when the Workflow is done its execution. Since each new conversation re-executes the Main Workflow, the value resets every time.
Changing a variable’s scope
Let’s changefirstName to a User variable:
- In the Variables section, hover over
firstNameand select to edit it. - In the Scope drop-down, switch from Workflow to User.
- Select Save.






