May 10, 2022 03:49 AM
Hi Everyone,
First time posting a question here :slightly_smiling_face:
Solved! Go to Solution.
May 10, 2022 03:56 AM
Hey Arik,
I’d have two tables, one called Jobs
and one called Applications
, and create a link between the two.
I’d create a form view in the Applications
table, and allow users to select a record from the Jobs
table. They can also upload their CV and cover letter in the form; since it’ll go into the Applications
table, it meets your requirement of not going into the Jobs
table
After that, I would have an automation that would trigger if the field linking the Jobs
record to the Applications
record was updated, and make it send an email
May 10, 2022 03:56 AM
Hey Arik,
I’d have two tables, one called Jobs
and one called Applications
, and create a link between the two.
I’d create a form view in the Applications
table, and allow users to select a record from the Jobs
table. They can also upload their CV and cover letter in the form; since it’ll go into the Applications
table, it meets your requirement of not going into the Jobs
table
After that, I would have an automation that would trigger if the field linking the Jobs
record to the Applications
record was updated, and make it send an email
May 10, 2022 04:13 AM
@Adam_TheTimeSavingCo thanks, that worked! Much appriciated!