Iterate workflow builder step

Make.com has a module that iterates over a set of records. This means I can get a spreadsheet or csv for example and then process each record one at a time.

This is different to a loop (afaik) that loops over rows in a glide data source.

The use case for an iterator step is to process records from an external data source one at a time. Example: add all rows from a csv to a table in Glide. This could also work for JSON bundles.

Current solution for me is to use Make. But then I’m paying for Make credits and a glide plan. Ideally I’d prefer to just pay glide in this scenario.

You can already do this with Glide workflows.
In fact I’m pretty sure that @Robert_Petitto has at least one tutorial on this topic.

Thanks, @Robert_Petitto do you have a link you are able to share pls?

Maybe this one..

2 Likes

Thanks, Darren!

1 Like