End Loop Collect Actions

End Loop Collect actions mark the end of a loop sequence of actions. Each End Loop Collect action requires a Start Loop Collect action upstream in the workflow.

Action Property Description
Result A Table dataset which collects rows from the Source Table Row table.
Source Table Row A Table dataset which contains one or more rows that are produced by a previous action each time the loop is executed. These rows are appended into the Result table.

Example:

End Loop Collect action example.

To examine the details for an End Loop Collect action, double-click the action node, or select ‘View Details’ from the node’s context menu. The Details screen displays the number of rows written to the Result dataset and the time taken for the action to complete.

The progress of an End Loop Collect action may be monitored by viewing the Details screen while the action is running. The following details are shown:

Item Description
Records at end The number of rows in the Result dataset.
Total elapsed time hh:mm:ss The time for which the End Loop Collect action has been running in hours, minutes and seconds.

Press the F5 key periodically to update the display.