For Each DataTable Row
Description
This action component allows you to execute an action once for each row in a specified DataTable variable. You can insert break or continue actions in the body with conditions.
Input Properties
- Body (Sequence) – Add action components that you want to execute in loop.
- DataTable (DataTable) – The DataTable object variable for which an action is to be executed once for each row.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.