Feb 14, 2020 04:23 PM
Is this possible? If so, how?
Jul 26, 2021 05:32 AM
Not that I know of. You can always ask Airtable directly via support@airtable.com.
Jan 13, 2022 08:24 AM
Also interested in this.
Jan 13, 2022 12:09 PM
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
So, your field name in the Books table is “Authors”, add a text field called “Authors-NEW”
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.
Jul 24, 2022 11:44 AM
Hi Hannah,
Great idea, is it possible to make it work for multiple new records?
Jul 27, 2022 08:31 AM
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:
May 04, 2024 04:31 PM
I wasn't sure I understand the proposed solution so I have worked on my own figured out and here is my way of doing it:
Maybe it's the same way proposed here but I wasn't sure I understand what is being proposed here. The field that was updated shows up in the main table and then I can have automation to copy it. This should also work for multiple records if I link the field with multiple records when I am creating the Web clip.