Currently I have an application and when I click a button I want it to do a couple things. One thing I can’t seem to figure out is how to change a value for a group of users.
So when I click the button I do a search for users. I receive a list of users. Each of those users has a number data type that I want to subtract from when I click the button. So in this case when I click the button it searches and finds user1 and user2 users 1 and 2 both have data called bet schmeckles. I want to subtract a value from that field by a set amount for both users.
So I go to my workflow and click make a change for a list of users. like shown below.
How do I make it so bet schmeckles = bet schmeckles - amount is basically what I’m asking. Do I do a search for the users again? but then how do I subtract that amount from both fields for the users.