May 05, 2023 10:19 AM - edited May 05, 2023 10:20 AM
Hey everyone,
I have a temporary accommodation that people apply to.
All of my applicants are stored on my Airtable in tab #1 (Applications) once they apply with form #1, which I use as my CRM.
Once an applicant is accepted, I send this person form #2 asking for the exact move in/out dates and other valuable information using another form.
Currently, I'm using tab #2 (Residents) within the same base to store that info and I'm wondering whether:
Thank you very much for your help!
Cheers,
Marc from Barcelona
Solved! Go to Solution.
May 07, 2023 10:28 PM
Hmm, do the records in "Applications" and "Residents" share a unique ID? If they do, once you link the appropriate records together you could create lookup fields inside "Applications" that will display the fields from "Residents" that you want?
You could also do the linking automatically via automations too
May 07, 2023 10:58 PM
Yeap, email would work great as the unique ID
re: How can you link them automatically via automations? That sounds interesting.
You'd create an automation that would trigger when form #2 is submitted, and it would have a "Find Record" action that would look for a record in "Applications" with the same email address, followed by an "Update Record" action that would link the triggering record to the found record's ID
May 07, 2023 10:28 PM
Hmm, do the records in "Applications" and "Residents" share a unique ID? If they do, once you link the appropriate records together you could create lookup fields inside "Applications" that will display the fields from "Residents" that you want?
You could also do the linking automatically via automations too
May 07, 2023 10:48 PM
@TheTimeSavingCo thank you so much for your help!
How can you link them automatically via automations? That sounds interesting.
In terms of the unique ID, Applications uses the first name and Residents the full name. Is there a better way? Maybe the email address?
If so, can I still change the unique ID?
Thank you!
May 07, 2023 10:58 PM
Yeap, email would work great as the unique ID
re: How can you link them automatically via automations? That sounds interesting.
You'd create an automation that would trigger when form #2 is submitted, and it would have a "Find Record" action that would look for a record in "Applications" with the same email address, followed by an "Update Record" action that would link the triggering record to the found record's ID
May 08, 2023 02:28 AM
@TheTimeSavingCo how can I change the unique ID of an existing table?
Thank you so much for your help!
May 08, 2023 09:48 PM
Hm what do you mean by "unique ID of an existing table"? Could you provide a screenshot?
May 09, 2023 06:17 AM
I mean the very first column that cannot be changed. In my case, it's the "First name", which is not unique because other people in the CRM have the same name.
May 09, 2023 11:08 PM - edited May 09, 2023 11:10 PM
Ah I see. That's alright, the first column doesn't need to be the unique ID. As long as both tables contain the unique ID (in our case, the email) you can use automations to find the appropriate record via the unique ID and link them together
May 10, 2023 01:13 AM
@TheTimeSavingCo you're a legend ❤️
May 10, 2023 01:35 AM