Help Needed with Triggering Secondary Scenarios Based on Updated Team Variables

Help Needed with Triggering Secondary Scenarios Based on Updated Team Variables

Hi everyone!

I’m working on a main scenario that triggers multiple secondary scenarios in Make. The goal is to start these secondary scenarios only under specific conditions. To manage this, I’ve created team variables that are updated within the secondary scenarios when they run.

However, I’m facing a problem: even though the secondary scenarios update the variables correctly, the main scenario doesn’t seem to recognize these updated values and continues to use the original value from when it was first executed.

Has anyone else encountered this issue or know how I can ensure that the main scenario uses the updated values from the team variables? I’ll attach some screenshots to clarify what I mean.

If my explanation isn’t clear enough, feel free to let me know, and I can provide more details!

Thanks in advance for your help!


Hi Momotaro,

you will need to get the new values after the second scenario is done.

Maybe place a sleep module in the first scenario after it calls the second one to give it time to execute, then add a module to get the new values.

1 Like

Hi Stoyan,
thank you, at the end of the day i managed to solve the problem.
I put a 30seconds “Sleep” module in the main scenario, between the two “Run Scenario” modules and in the secondary scenario i put a “Router” module as, let’s say, “trigger” and put a filter based on the value of the variable.

This is how my secondary scenario starts