|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
Iterate and repeat until true loops allow you to accumulate the output of a single activity in the loop for each execution of the loop. This allows you to retrieve output from each execution of the activity in the loop. See Accumulate Output for more information about accumulating the output of each iteration of a loop.You can access this variable like any other process data by referencing it with a dollar sign ($) in front of it. For example, if the index variable is i, and you want to specify a condition that the loop should execute three times (for a repeat until true loop), the condition would be $i=3.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |