Iterator
Loop through the JSON array in your workflow and execute next steps repeatedly till there's data in the array. Save your time from checking each item in the array yourself.
Version: 1.0
Workflow Examples
Workflow Name | Applications |
---|---|
When a new order is received in WooCommerce, loop through the line items using Iterator, and add the data to Google Spreadsheet |
|
When data is received from Webhook, loop through the JSON array in response using Iterator, and create a new product in WooCommerce |
|
When data is received from Webhook, loop through the JSON array in response using Iterator, and create a new post in WordPress |
|
When data is received from webhook, loop through the JSON array in response using Iterator, check if email field has a valid email using Email List Validation and add a new member to Mailchimp List |
|
When form submission is received with JSON array in Gravity Forms, loop through the array items using Iterator and create a new contact in FluentCRM |
|
All actions and triggers available in
Iterator
Triggers
When this happens..
No triggers available.
Actions
Do this..
Loop Through Array
Loop through the array items and execute next steps