Help

Re: Add data to EXISTING record using Web Clipper

2234 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Nathan_Beckstea
6 - Interface Innovator
6 - Interface Innovator

Is this possible? If so, how?

14 Replies 14

Not that I know of. You can always ask Airtable directly via support@airtable.com.

kalenjordan
5 - Automation Enthusiast
5 - Automation Enthusiast

Also interested in this.

There’s a workaround to adding new records through the Web Clipper -

Let’s say, you have a Books table that has a linked record that relates to an Authors tables

  1. Add a text field in your Books table that’s similar to the name of the field you want to be able to add + the word ‘Text’

So, your field name in the Books table is “Authors”, add a text field called “Authors-NEW”

  1. Set up an automation -

Trigger

“When record matches conditions”

Choose Your Books table

Conditions
“When Author-NEW ‘is not empty’”

Action

“Create Record”

Choose your Authors table
In the Name field, insert your ‘Author-NEW’ field value
In the Books linked record field, insert your Title field value

This will automatically create a new record in Authors and match it to the related Book.

This is not a perfect workaround because you have to have an extra field, but it does help.

2022-01-13_14h07_20

2022-01-13_14h07_39

______________________________________
Hannah - On2Air.com - Automated Backups for Airtable

Hi Hannah,

Great idea, is it possible to make it work for multiple new records?

Hey Michael,

The web clipper only works with single records. However, the automation will trigger for any records where Author-NEW is not empty, whether that’s 1 or 100. :slightly_smiling_face:

______________________________________
Hannah - On2Air.com - Automated Backups for Airtable