I have 4 separate sheets in one Airtable base. Each of those sheets form a separate calendar. I want for each of those sheets to autopopulate into a 5th sheet that creates a master calendar of everything using linked fields.
I currently have built an automation for each of the 4 sheets that has "Trigger: when a record is created" and is triggered by a record being created in the individual sheet. Then the automation is "Action: Create record" that creates a linked record in the 5th master calendar sheet. The only field it is set to populate in the master calendar is the linked field with the name and record ID of the record from the individual sheet.
This seems to be working fine except when new individual records are manually created in each of the individual calendar sheets. However, if I try to duplicate a record in the individual calendar sheets or create records in the individual sheets from other automations, the automation gets into a loop where it keeps endlessly creating new records linked to the master calendar. How can I prevent this? What other ways have people found to link calendars on separate sheets into one main sheet?