How to make loops of rows and repeat them dynamic number of times

Hi @David_Gabler,

Thank you for taking a look and bringing up your questions. I see how this can be confusing =)

I’ve changed the prototype a little bit; let me know if this makes it any clearer. But yes, you guessed it right! Each loop can have any number of steps, which will be repeated in the same order for each loop. So the total number of steps is the Number of loop repeats x * the Number of steps for each loop.
CleanShot 2023-05-05 at 14.07.05


I was using my app as an example, but I can see other implications as well. So, for instance, here’s a question that was brought up on this forum before:

So, to enable this, the loops table will become a products table. The steps table will become a components table and will need to have the same “Repeat text” logic added. But in the end, you can create a UI that will take input of “I want to order 100 of Product A” and will turn it into a list of products.

I think there are other use cases too.


PS: hm, I thought there used to be a way to copy apps. Not seeing it now though
PS2: Yeah, looks like the ability to copy the app and sheets is unavailable in the new Glide. Here are screenshots of my tables though





1 Like