How to Update Row Data With Baserow Forms πŸ€”

How to update rows with form submissions?

Step 1. Create a Database
Step 2. Table A: Set up a table to collect data
Step 3. Table B: Set up a table to edit data
Step 4. Prefill & hide form fields dynamically
Step 5. Add credentials to authenticate nodes
Step 6. Set up a webhook with n8n as a trigger
Step 7. Create a webhook in Baserow for form submission
Step 8. Get a row with the Baserow node
Step 9. Update the row with the Baserow node
Step 10. Execute & activate workflow for production

Here is an easy-to-follow guide with all the detailed steps (plus screenshots): update rows with form submissions.

:exclamation: Note: This workflow can be adapted to any use case. With batch create/update/delete rows endpoints, you can modify multiple rows at once.

3 Likes

Is it possible to follow the steps above but using make instead of n8n?

Hi @nizguarie, the logic should be the same, so yes. You might also find this guide helpful for connecting Baserow with Make. :raised_hands:

Thanks @olgatrykush. I think I get quite far by trying to replicate the process on Make.com, however I get stuck when I need to map the rowID.


I get a BundleValidationError stating that *Missing value of required parameter β€˜rowID.’
Am I mapping the rowID in a wrong way?