Back to All

Permanent Attributes

Could you kindly explain me how to redirect an user, whose session expired, to a particular interaction based on the user's choice, through permanent attributes?

Example:
• Choose: Red Yellow Green [Interaction 12345]
• User chooses Red -> Attribute=[Response to Interaction 12345]
• 3 hours (10800 seconds) pass and the session expires
• User comes back

Now, the user should skip the Interaction 12345 and go to another, based on his choice.
So if an user chose Red, then he should directly go to Interaction 12346: You Chose Red!

Do I need to use Prior Responses?
Do I need to use If statements?
Do I need to use Logic Operators?

If you could explain me through a video or an example, it would be really useful, thank you.