# Iterate workflow builder step

**URL:** https://community.glideapps.com/t/iterate-workflow-builder-step/86060
**Category:** Feature Requests
**Created:** [January 19, 2026, 1:40am UTC](https://community.glideapps.com/t/iterate-workflow-builder-step/86060 "2026-01-19T01:40:16Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![blairrorani](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/blairrorani/32/43426_2.png) [@blairrorani](https://community.glideapps.com/u/blairrorani)
#### Post date: [January 19, 2026, 1:40am UTC](https://community.glideapps.com/t/iterate-workflow-builder-step/86060/1 "2026-01-19T01:40:16Z")

</div>

[Make.com](http://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.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [January 19, 2026, 2:48am UTC](https://community.glideapps.com/t/iterate-workflow-builder-step/86060/2 "2026-01-19T02:48:39Z")

</div>

> [@blairrorani](#):
>
> Example: add all rows from a csv to a table in Glide. This could also work for JSON bundles.

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.

---

<div class="post-metadata">

### Author: ![blairrorani](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/blairrorani/32/43426_2.png) [@blairrorani](https://community.glideapps.com/u/blairrorani)
#### Post date: [January 19, 2026, 9:12am UTC](https://community.glideapps.com/t/iterate-workflow-builder-step/86060/3 "2026-01-19T09:12:57Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [January 19, 2026, 2:17pm UTC](https://community.glideapps.com/t/iterate-workflow-builder-step/86060/4 "2026-01-19T14:17:13Z")

</div>

Maybe this one..

[![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/1/716217d0017138ac082e66f8e356f2358dc5284f.jpeg "Glide: Allow Users to Upload and Import Data from CSV Files") ](https://www.youtube.com/watch?v=D04c5Fi2abA)

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [January 19, 2026, 2:42pm UTC](https://community.glideapps.com/t/iterate-workflow-builder-step/86060/5 "2026-01-19T14:42:07Z")

</div>

Thanks, Darren!
