Is it possible to create empty records with form? : it seems to work however with an error 'bulkUpdate_selected_rows failed (0.505s):An empty list of updates were applied'
I need this feature where the user will then go update a table that is a join of 2 tables.
I imagine you'll likely be able to do this! It's possible to insert or upsert blank records in a Postgres table that automatically increments an ID column, for instance:
It depends a bit on your configuration, however. What kind of database are you using? Would you mind also sharing screenshots of how you currently have your form set up to handle updates?