Does your Workflow Conductor workflow need to increment a variable? Here's how:
First, create your variable. Make sure the variable Type is Number. Unless you plan to set the initial value of the variable in your workflow using the Set Variable widget, give it a default value.
Next, insert a Calculate widget where you want to increment the variable, and configure it as shown here:
Workflow Conductor 1.5:
Workflow Conductor 1.1:
The Calculate widget will read the current value of the workflow variable, increment it by 1 (or by whatever number you enter), and save the new value back to the same variable. If you use this as part of a Repeat While loop, the variable can be incremented each loop until some maximum value is reached, as defined in the Repeat While condition statement.
Comments
0 comments
Please sign in to leave a comment.