Contents
- For Each
- Add action
- Configure action
- Action properties
- Examples
Property | Description |
---|---|
Title | Defines action title. By default the title is action type name. |
Dictionary or collection | The items of the selected dictionary or collection will be sequentialy processed. Only variables of types Dictionary and Collection are available for this property. Iterations repeat until all items are processed and Stop Processing variable is not set to YES. |
Value | Variable in which current processed item will be stored on each iteration. |
Stop processing | Boolean variable. You may use it to make workflow break iterations and exit after the end of the current iteration. |