Hello,
So I basically have a table for candidates and a table for job adverts. I have a make.com automation set up that when a candidate applies to one of my job adverts it automatically feeds them into my candidates airtable and will also create a new record in my job advert table if one doesn't already exist (first person who applies for the job).
I am running this for 3 different offices each with its own make.com scenario to distinguish which office they are applying for. It will automatically feed the candidate into the candidate table and adds the correct office field that it is linked to.
Where I am having the issue is I also want it to update the job advert office field automatically. It seems that it cannot be done within a make.com module. I was wondering how I can set up an automation so that when a job record is created it will find the candidates record that triggered the creation of that job advert and grab the office that candidate is linked to and automatically feed that into the job advert office field.
Open to options if there is an easier way to do this but this logic is all I can think of as to how this would work but I am also struggling with setting up an automation that will grab this candidate and the value in the field and then feed that value back to update the job advert.
Probably should add that the office field is a linked one as is also a seperate table containing the 3 different offices in it.
If anyone can help or has any suggestions it will be much appreciated!