I am attempting to create a flow that I will be able to have people fill out, it will provide an order number, and then enter all that into an excel document. I have gotten it about 80% figured out however I can not figure out how to make the variable for the order number increment and set a new standard for a variable. For instance. I have it set to provide the order number 33941. After it is provided, I want to set it to 33942 for the next person who fills out the information, then 33943, and so on and so forth. Maybe variables are not the right setting to be using for this, I am not sure. I can get it to increment the number, but then it only does it the one time and does not update the initial variable. I have tried the "set variable" action with an add expression but it has not worked for me.