Help

Re: Linking records automatically based on same value in field

Solved
Jump to Solution
994 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Mikko_Mantere1
5 - Automation Enthusiast
5 - Automation Enthusiast

Hey,

I am a sports coach and I use Airtable extensively for planning coaching activities and recording athlete results.

I have created an Airtable environment where I can plan training themes on a weekly level and use the weekly plan to support the planning of the day’s training. I have a table where one record has information of the planned training week [Table: Week themes]. I give the date of the planned week to record and the formula calculates the week number from it.

On the side of the individual training plan [Table: Daily plan] I enter the training day and the same formula calculates the week number there.

Now I would like to use an automation that would link the records containing the same weekly number to each other. I have tried to create automation in several different ways without success. Could someone help me with this?

Thanks

//Mikko

1 Solution

Accepted Solutions

Hi,

it’s like my first Automation problem :slightly_smiling_face: )
choose ‘Condition’, move slider right, press wheel, choose Dynamic.
image

image

See Solution in Thread

4 Replies 4

Hi Mikko, so you’re trying to link the records from Daily Plan to Week Themes right?

If so, I think I would create an automation which would trigger when a record in Daily Plan was not linked to a record in Week Themes and had a week number calculated for it

It would then do a Find Record action to look for records in Week Themes that match the week number, and then update the original record’s linked field with the list of record IDs from the Find Record action

I’m not entirely sure I understood what you’re trying to do though, so if I’ve got it wrong could you provide some screenshots of your base as well as point out where I’ve misunderstood?

Mikko_Mantere1
5 - Automation Enthusiast
5 - Automation Enthusiast

Hey,

just like that…

I think my problem is that I don’t know how to configure the Find Record action to find the correct week.

Hi,

it’s like my first Automation problem :slightly_smiling_face: )
choose ‘Condition’, move slider right, press wheel, choose Dynamic.
image

image

Thank You!

Got it right with your and @Adam_TheTimeSavingCo ´s help

//Mikko