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