Hey Bryant, if you’re open to changing your table structure, you can modify the Rental History
table so that it’s primary field is the unique identifier for each applicant. You’d then make an automation where, on form submission, you paste the applicant’s unique identifier into the linked field to Rental History
, creating an automatic link there.
If not, you could use an automation to, on form submission, find the appropriate record in Rental History
, again via the unique identifier, and then update the record to link the two together