iterator-storage.png

Iterator Storage

FlowMattic iterator is a powerful module that helps you loop through JSON data object received in your app's response. Using Iterator Storage module, you can store the data as a string or an array while the workflow execution is in place, and use the stored data later after the iterator is finished.

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

WooCommerce
Iterator
Iterator Storage
Iterator End
API Module

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

Webhooks
Iterator
Iterator Storage
Iterator End
API Module

All actions and triggers available in
Iterator Storage

Triggers

When this happens..

  • No triggers available.

Actions

Do this..

  • Store as String

    Store the data as a string that appends new data at the end

  • Store as Array

    Store the data as a custom array with the data from different action steps