If a user is inactive for like 5 mins, then can we take him to the last visited prompt?
Hi @Mayank_Negi ,
Please check event hub and go for timer events.
Check Show prev prompt and save it.
2 Likes
Hey @Subhrajit_Gupta by doing this, whenever a user is inactive he will be presented up with the previous node right?
1 Like
Yes, it should.
However please check if
- It works for switching back to another journey. If it doesn’t, you have to route it via memory assignment to the last prompt of prev journey.
- If there are functions or other nodes between 2 prompts. If it doesn’t you have to route it via memory assignment to the last prompt.
Hope this helps.
2 Likes
@Subhrajit_Gupta How to route it via memory assignment to the last prompt of prev journey? Can you please tell me that.
Hi,
- You add a global variable. Before the step from where it needs to go to the previous intent’s last node, you set it with some value.
This event comes in a journey configured. Check the context history possibly the last or second last step. You trigger the journey accordingly. - With the variable that you already set you need to check in that journey if the variable is the same then route it directly to the last node of the previous journey and set the variable to null.
1 Like
Can we please connect regarding this and maybe you can give a demo of how to achieve this? That would be helpful.