Forum Discussion
Adaptive Branching Scenario
- 3 months ago
Hi Liz,
Each time it goes back to slide 1.1, it will read the list of triggers from top to bottom. What's happening is that it's seeing and taking action on the trigger "Jump to slide 1.3 if Layer 1 = True" and jumping to slide 1.3 before seeing the "Jump to slide 1.4 if Next = True" trigger. This is because Layer 1 is still True when you return to slide 1.1 at that point.
So you have be more specific so that it can distinguish between the triggers. This setup should work:
This way, the triggers are saying that not only does Layer 1 need to be True, but Layer 2 and next need to be True to go to slide 1.4.
Hi Liz,
Each time it goes back to slide 1.1, it will read the list of triggers from top to bottom. What's happening is that it's seeing and taking action on the trigger "Jump to slide 1.3 if Layer 1 = True" and jumping to slide 1.3 before seeing the "Jump to slide 1.4 if Next = True" trigger. This is because Layer 1 is still True when you return to slide 1.1 at that point.
So you have be more specific so that it can distinguish between the triggers. This setup should work:
This way, the triggers are saying that not only does Layer 1 need to be True, but Layer 2 and next need to be True to go to slide 1.4.
- LizCheung3 months agoCommunity Member
Thank you! That works.
- rachelatkaiser3 months agoCommunity Member
Glad it works! 😊