i have a workflow that searching for a thing that have a constraint depends on how many users i have
my search constraint is Acct ID = Search for User’ ID:items from #3
how can i make it auto increment? i want to duplicate the steps that has the same constraints but the only different is the :items from #3 <-- the number 3 will auto increment depends on how many users i have, so if i have 100 users it will auto increment from :items from 4 up to 100
btw i want the steps to create a new entry depends on how many users i have
User 1 = 100
User 2 = 200
User 3 = 300
User 4 = 500
User 5 = 100
and so on
i want to get the total amount of User 1 and User 2 for User 3
then get the total amount of User 1, 2 & 3 for User 4
then get the total amount of User 1, 2, 3 & 4 for User 5
same process until how many users i have