Hi,
I’m using a google sheet as a calculation engine and want to spread the load across a few different sheets. In module 9, i “set multiple variables” named worker1-3 which contain the sheetID of the google sheets that i want to use as my calc engine.
My question is how do I randomly select one of the 3 variables i created in module 9 down the line in my scenario? Obviously i can choose 1 by just dragging it into the field. But how do i have it populate randomly (or better yet iterate through worker1-x) on each successive scenario run? @JimTheMondayMan you seem to have answered similar questions before, is this a simple thing to get done?
Thanks All