I’m facing an interesting requirement and couldn’t find solution yet.
Softer allows us to seamlessly create new record in Airtable upon submission of the form.
I’m searching for a way to allow users add multiple records with similar data to same table.
Let’s say I’m creating finance management app. Users are able to create new financial operation by entering operation date, name, amount and photo. I’d like to give ability to create financial operations in bulks, for example: user select date once and then 3 additional fields are visible (name, amount and photo). Until now it’s easy doable with softr. But then next to “save” button id like to have button “add another operation” which is adding another set of 3 fields just below existing fields (name, amount and photo). So user can add multiple operations from the same screen and then submit form once and create multiple rows on Airtable.
Any idea how to attack that problem ?