Guys, need your help. I want to create multiple records using forms. I have a linked field called “Property”, I want to add a new record of properties that has the same amount. I don’t want to actually submit a form 3 times.
For example:
Property 1, Property 2, Property 3 = Amount: $50, then SUBMIT
The output in airtable concatenates these in 1 single record instead of adding new records for each property.
Desired output should be like this.
Property 1 - $50
Property 2 - $50
Property 3 - $50
Thanks,