May 09, 2024 11:26 AM
I have a table that is creating a record for each client that completes a form. I have another table on the same base which is a synced google drive table with all client folders. Is there a formula/automation I can use to link the "open in google drive" button from the synced drive table to the client table?
May 09, 2024 01:43 PM
There should be a way to extract the url from the button, use a lookup to pull the url into the client table, then have a button field target the lookup of the url.
May 09, 2024 02:30 PM - edited May 09, 2024 02:42 PM
I have the URL but I am struggling automating the lookup/linked fields between tables. I do not want to take the extra step of assigning a folder to a client form entry. Is there a way to automate a folder linking to a client record based on the name in between different tables on the same base?
May 09, 2024 02:50 PM
Hi Tashsinh!
May 09, 2024 03:04 PM
I am trying to get it so the highlighted folder field autopopulates in the client table when the name from the drive table matches the full name on the client table
May 09, 2024 04:57 PM
Will there be a possibility of the folder matching the client ever being updated or changing?
May 09, 2024 04:59 PM
No but the names do not exactly match all the time. They should be updated soon so it matches though.
May 09, 2024 05:04 PM - edited May 09, 2024 05:11 PM
Are you familiar with utilizing the in base automations? I believe you can have this triggered a couple different ways:
May 09, 2024 08:06 PM
Airtable has a guide on how to find and link existing records that you can find here: https://support.airtable.com/docs/linking-existing-records-using-automations
If I were you I'd use the guide above and trigger the automation when the form gets submitted, should do what you need!