I have three tables:
- A table that store crew information.
- A table that stores upcoming trips. Each trip has one or many crew members attached.
- A tablet that is populated via an automation where a record is created for each crew member that is attached any given trip.
The workflow is as follows:
- When a crew member(s) are linked to a trip the lookup fields are split into 4 columns using a custom script and automation.
- Using an automation a record is created for the trip in table 3.
The issue:
When a crew member is removed from a trip I would like to remove the previously created record in Table 3.
Any advice on the best way to accomplish this? I would be great if Airtable had a delete automation, but Im happy to use either a custom script or Make.