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
Supported triggers and actions in Iterator End
Workflow is a set of actions. Trigger is an event that starts the workflow, and an action is an event that is executed by workflow to sync data with your app.
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
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 |
|