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.