# Need help with trigger workflows loop

**URL:** https://community.glideapps.com/t/need-help-with-trigger-workflows-loop/87090
**Category:** Ask for Help
**Created:** [May 14, 2026, 6:22pm UTC](https://community.glideapps.com/t/need-help-with-trigger-workflows-loop/87090 "2026-05-14T18:22:44Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![syncology](https://avatars.discourse-cdn.com/v4/letter/s/a88e57/32.png) [@syncology](https://community.glideapps.com/u/syncology)
#### Post date: [May 14, 2026, 6:22pm UTC](https://community.glideapps.com/t/need-help-with-trigger-workflows-loop/87090/1 "2026-05-14T18:22:44Z")

</div>

Can someone help me see how im able to create several rows on a glide table with a workflow trigger loop? cause i dont want to add another tool exteneral one, i want to be able to do it on glide but for it to be simple and not time demanding, is there a way?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 14, 2026, 11:52pm UTC](https://community.glideapps.com/t/need-help-with-trigger-workflows-loop/87090/2 "2026-05-14T23:52:46Z")

</div>

Can you show us the logic of your loop and the input structure?

---

<div class="post-metadata">

### Author: ![syncology](https://avatars.discourse-cdn.com/v4/letter/s/a88e57/32.png) [@syncology](https://community.glideapps.com/u/syncology)
#### Post date: [May 15, 2026, 12:34am UTC](https://community.glideapps.com/t/need-help-with-trigger-workflows-loop/87090/3 "2026-05-15T00:34:07Z")

</div>

The input is a buton that when you click it activates the trigger, so basically what im doing is that i have a pdf which is an order, and i need to translate that into order items so the wharehouse can pick and pack them. What i need is a loop so it gets all the items from that PDF and transforms into new rows with the items they need to prepare. i dont have products nor inventory created on this, is just for order pick and pack.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [May 15, 2026, 1:20pm UTC](https://community.glideapps.com/t/need-help-with-trigger-workflows-loop/87090/4 "2026-05-15T13:20:37Z")

</div>

Could you share a screenshot showing the configuration of the workflow (in the workflow editor)?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 17, 2026, 8:42am UTC](https://community.glideapps.com/t/need-help-with-trigger-workflows-loop/87090/5 "2026-05-17T08:42:31Z")

</div>

Have you configured a flow to extract an array of items, ideally in a JSON format, from your PDF?
