- 14 Jan 2025
- 2 Minutes to read
- Print
- DarkLight
- PDF
Updating records using a form in Airtable
- Updated on 14 Jan 2025
- 2 Minutes to read
- Print
- DarkLight
- PDF
All plan types | |
Creator/Owner | |
Platform(s) | Web/Browser, Mac app, and Windows app |
Related reading |
Updating records using a form
To create a checkbox field:
Open your Airtable homepage.
Create or open your preferred base.
Create a checkbox field to your preferred table.
To create a record ID formula field:
Open your Airtable homepage.
Create or open your preferred base.
Create a formula field in the same table.
Use the RECORD_ID() formula function to output the unique record ID for each ad set.
Step 3: Create a table to track submissions
Open your Airtable homepage.
Create or open your preferred base.
Create a table to track form submissions.
Step 4: Add a linked record field
Open your Airtable homepage.
Create or open your preferred base.
Create a linked records field in the same table.
Step 5: Add a checkbox field
Open your Airtable homepage.
Create or open your preferred base.
Create a checkbox field in the same table.
Step 6: Create a new form view
Open your Airtable homepage.
Create or open your preferred base.
Create a form in the same table.
In the table used for "Updates," you'll need to create a form for your external collaborators to approve.
Step 7: Formulate a pre-filled form URL
Open your Airtable homepage.
Create or open your preferred base.
Copy your form's share link URL from the "Updates" by clicking on the "Share form" button from the form view.
Create a formula field in your preferred table.
You'll need to use your own form's unique share URL when building out this formula
You now have a unique pre-filled form link for each ad set that can be easily shared with collaborators.
Step 8: Construct an automation
Open your Airtable homepage.
Create or open your preferred base.
Create an automation, name it, select a trigger and test it.
Add an action(s) that your automation will perform.
Once we’ve inserted the dynamic record ID value, we need to choose a field(s) to update.
You can now turn the automation on and share the form link with your external collaborators so that they can approve the ad set.
FAQs
Are there any other workflows that I could use to update existing records?
Above is just one of the workarounds you could use to update an existing record whenever a form is submitted. You can also check out other solutions related to this workaround in the Airtable Community.
How do I troubleshoot the automation I’m building out?
Check out this useful support article that outlines common troubleshooting steps.
Can external collaborators make comments?
No. External collaborators cannot make comments. You can follow the above similar steps create a comments section using a long text field. Consider going back to step 5 above and create a "Comments" long text field instead of the checkbox field used in the example.