Mar 14, 2021 01:16 PM
Hi all!
I have a form in Thought Journal Entries Table, which includes a client’s journal entry and their email address.
You’ll notice that the “Clients” field is a linked record, to the Clients Table, where I have a list of clients and their email addresses.
Is there a good way to have the Thought Journal entry automatically link the record back to the corresponding client so we wouldn’t have to do this manually every time someone makes an entry?
It doesn’t look like it happens automatically when the email is the same, and I haven’t been able to successfully get an Airtable Automation to have it do the following yet:
Thanks a bunch for reading this! Sorry if this has been successfully answered before, I haven’t been able to find a good answer yet.
Evan
Mar 15, 2021 02:24 PM
Hi @Evan_Walton - this can be done with an automation. As is often the case, there’s an easy way and a more complex way. The easy way needs a slightly different table set up to the one I think you have. If your clients table has email as the primary field, then it is pretty straightforward. So this:
And this:
Then the automation is just a question of getting the email value from the new record and posting this to the Email Link field:
If you’ve got name as your primary field on the clients table and email as a secondary field, then your automation will follow this pattern:
Step 2:
Step 3:
Mar 16, 2021 09:08 AM
@JonathanBowen, you are my hero! Holy crap. Thank you so much