I needed to enrich the data I had, therefore I’ve created a Form View into another database, and would trigger an automation to update the main database with form-filled data. The only thing I needed was to have a way to pass a field value on the Form URL, so then I would know which record is being updated and automations would update the correct row.
I had to make the users fill their ID on the form, which … solved the problem, but it’s not the best experience.
Proposal
Would be great to have ways of passing in a field value on the queryString for a hidden field, for instance.
Then we could create a hidden field and use it as reference.