Using variable data from one record to create new records

I am trying to use data from one record to create new records. For example, I have a party database with the number of guests in each party. I want to use the number of guests within the parties to create new records for the said party (if the party has three guests, I would like to use that number to create the three new records based on the number of guests, which will vary from party to party) I hope this makes sense. Any help is greatly appreciated. Thank in advance

Hi @cash978 ,

You can allow the app to create records up to the number of guests asked, if you choose this way, use visibility in create button, visible if less than number.

If you want to create automatically, there would need counter collection that is used for looping.

1 Like