For Each with break
Description
This action component allows you to loop through arrays, lists, data tables or other types of collections. 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.
- Values (IEnumerable) – The IEnumerable variable whose values you want to iterate.
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.