iterator.png

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

WooCommerce
Iterator
Google Spreadsheets

When data is received from Webhook, loop through the JSON array in response using Iterator, and create a new product in WooCommerce

Webhooks
Iterator
WooCommerce

When data is received from Webhook, loop through the JSON array in response using Iterator, and create a new post in WordPress

Webhooks
Iterator
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

Webhooks
Iterator
Email List Validation
Mailchimp

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

Gravity Forms
Iterator
FluentCRM

All actions and triggers available in
Iterator

Triggers

When this happens..

  • No triggers available.

Actions

Do this..

  • iterator.png

    Loop Through Array

    Loop through the array items and execute next steps