I’m in the process of creating a tour for the onboarding of our platform. I’m using Series to make this happen but I’m encountering a few problems and I can’t seem to find the solutions anywhere; hence this post.
What I’m trying to do is to start a tour, after some input from a user (e.g. reacting to a banner or a bot) I want to start the next tour. So the happy flow of my series looks like this:
1. Entry rules are met
2. Start tour A
3. Upon finishing, it shows either a banner or the bot in the chat and waits for user input
4. Start tour B
5. Finish series
At the moment, when I finish one of the steps from above, it doesn't trigger the next step. It does trigger the next step once I refresh the page, but I want it to trigger instantly after the previous step (without having to reload the page). It seems like a bug.