Iterator End
FlowMattic iterator is a powerful module that helps you loop through JSON data object received in your app's response. Using Iterator End module, you can stop the iterator execution after certain steps. Once the iterator loop is finished, it will continue executing the rest of the action steps in the workflow.
Version: 1.0
Workflow Examples
Workflow Name | Applications |
---|---|
When new order receive in WooCommerce, loop the line items using Iterator, store the data as URL string and send to your API after the Iterator ends |
|
When data received in webhook, loop the array using Iterator, call external API in the iterator, store the data as array and send to your app after iterator ends |
|
All actions and triggers available in
Iterator End
Triggers
When this happens..
No triggers available.
Actions
Do this..
End the Iterator
Iterator will stop at this action step and the workflow execution will continue for the rest of the action steps