Is it possible to persist the value of variable even after the user reaching the end of the flow (it means, closing session?)
Example: I want to set the variable firstAccess=false in the first interaction
If the user come back two days later, I want to use a condition to check if the firstAccess=false or not and provide a personalized greeting: "Hey, good to see you again :)"
(I tried to set a result variable. Whatsapp channel.)