Help

Solved! Editable shared view workaround

Topic Labels: Automations
Solved
Jump to Solution
2460 4
cancel
Showing results for 
Search instead for 
Did you mean: 
InfoWrangler
6 - Interface Innovator
6 - Interface Innovator

Hi folks. I’m trying to create a way to allow a member of our team to edit a shared view, and I’ve reached a snag.

Here’s what I’ve done so far:

  1. Created a synced table in a new database using the data from the shared view
  2. Added 3 new columns in the new table for adding information to individual records
  3. Created an automation in the new table that makes a new row in a google sheet every time a particular column meets a condition

All that works. And here’s where I’m snagged:

  1. Creating an automation in the original database that updates the changed record whenever a new row is added to the google sheet - BUT:
  • When I use the Record ID from the new synced table, it doesn’t match the Record ID of the original table, so I get a “record doesn’t exist” error
  • When I use one of the other field values from the new google sheet row to identify the record, I get an “Received invalid inputs” error.

SO - how do I get the original base to recognize the equivalent record in the synced base? What’s the secret sauce?

Screenshots:

Synced table:
Screenshot 2022-04-28 110542

Original table:
Screenshot 2022-04-28 110621
Screenshot 2022-04-28 110517

Thank you for your attention!

Shawn

1 Solution

Accepted Solutions
InfoWrangler
6 - Interface Innovator
6 - Interface Innovator

UPDATE: I figured it out!

Step 1: Create a synced table in a new base - include a field with the original Record ID
Step 2: Re-sync the new table back into the original base as a “sync” table
Step 3: Set up automation in the original table using the original record ID to populate new info into the original table.

Test: Enter new information into editable fields in the new base - “sync now” on the sync table in the original base - watch the magic happen. :grinning:

Woohooo!!! :raised_hands:

See Solution in Thread

4 Replies 4

Hi @Sales_Information
I think I understand what the problem is and forgive me if I say something that you already have tried.

Record ID in Airtable can be a little misleading. The left most number in a Grid View is not the record ID, that’s just the row number.

Every row in an Airtable has a unique RecordID that is not shown by default. The easiest way to get the RecordID of a Row(Record) is to create a formula field and put in the formula RECORD_ID() this will show you the unique ID.

If you do this in the tables of both Bases you can grab that formula output text to map to the correct record in your Automation.

Hi @Vivid-Squid

Yes, I have record IDs for both the original base and the synced table in the new base. What happens is that the automation cannot match the OG record ID and the new record ID.

Well, nevermind all that then. :slightly_smiling_face:

InfoWrangler
6 - Interface Innovator
6 - Interface Innovator

UPDATE: I figured it out!

Step 1: Create a synced table in a new base - include a field with the original Record ID
Step 2: Re-sync the new table back into the original base as a “sync” table
Step 3: Set up automation in the original table using the original record ID to populate new info into the original table.

Test: Enter new information into editable fields in the new base - “sync now” on the sync table in the original base - watch the magic happen. :grinning:

Woohooo!!! :raised_hands: