Increment by 1 a variable available on multiple scenarios?

Hi!

I would like to increment by one a team variable (not a variable inside of only one scenario).
So that the result of this variable can be used in different scenarios.

Is there a way to update a team variable from a scenario?

e.g. I have a variable called “number” with a value number of “1”.
“Scenario 1” runs and the variable is now “2”.
“Scenario 2” runs and the variable is now “3”.
“Scenario 1” re-runs and the variable is now “4”.
Etc.

Thanks for your help!

P.S. I don’t want to do this with the “Data Store” module, if it’s possible :slight_smile:

Yes you can do that by using Make Module update custom variable

you can set this module in each scenario and It will do your work

thank you

This is to be exact in your case

thank you

Happy Automation

@CodexSolutions Thank you sooo much! It works perfectly and is exactly what I want :+1: