Iteration
Last updated
Last updated
In all operations, except the Read operation, one can use iterator to loop through several rows in one machine step. Notice, this not a BATCH call. The Flow Server will run the same machine step as many times there are rows in iterating table.
After defining iterator table a new variable type Iterator will appear in each input parameter.
After which only variables from iterator table can be selected to the specified parameter.
You can use mix of Constants and Variables, Not Set and Iterator variable in Input parameters