Hi AirTable community! I have a problem that I can't, for the life of me, find a solution to.
I have an Event table that includes a linked column for Personnel attending the event. I also have a separate table where I have profiles for each person for each event ("Travel needs"). So, if Event A has Person 1, Person 2, and Person 3 attending, then the Travel needs table would have 3 profiles in it: Event A:Person 1, Event A:Person 2, and Event A:Person 3.
I am trying to create an automation where, if I add a person in the linked Personnel column of an event, it automatically creates a Travel needs profile for that person for that event. The problem is, if I add Person 1, then it generates Travel need record: Event A:Person 1. But then I wait a moment, and add Person 2, and it generates: Event A: Person 1 (again), Event, A:Person 2. It creates new records for every single Person linked to the Event, not just the new ones.
I've tried using Find Records in my automation, but I can't seem to get them to work. I feel like this must be doable though! Thank you in advance to anyone who can help!