Skip to main content

For Each Row

Description

Iterates through each row in a specified DataTable and executes a contained activity for each element in the list.

Properties

Input

  • Data Table – It specifies the DataTable variable, where the action is executed once for each row.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Output

  • Index – A zero-based index that specifies what element of the current collection is being iterated, stored in an Int32 variable

Example

Download Example

Correlation Scope