Insert Multiple Objects

Hello!

I need to Insert multiple objects into a Database. I know how to insert arrays, but in this particular case I must insert different objects.

The main issue is that the form inputs are inside a repeat region. So I need to make individual inputs to create multiple objects with their properties.

The form should post an array of objects.

Any ideas?

With the upcoming update a new form repeat component will be available that will allow you to created nested repeating forms and submit them as such.

And with the new database update with sub tables support you will be able to store them at once.

1 Like

Great! Thanks. Is there any trick to do it now?