Create Multiple of a thing?

i saw some using a Schedule API but i’m not sure it this is the right method to do also i don’t know how to use Schedule API very well

for example i have a thing called Chairs under it there’s a fields ID, Type & Color

Chair

  • ID
  • Type
  • Color

i will create a form that has the ff. info

ID:
Type:
Color:
Quantity:

let say i fill it out like this

ID: 1 and so on up to depends on quantity
Type: Wood
Color: Brown
Quantity: 10

then when i click the Button Submit

it will create 10 rows (it will depends on numbers put on Quantity input field) the only thing will increment is the ID #

the result will look like this

woodsamp

This may help. There was a similar question yesterday.

https://buildingonbubble.com/block/create-x-things-1508306175092x250559076540612600

great thank you

This topic was automatically closed after 70 days. New replies are no longer allowed.