Hello,
I am working on integrating my google calendar with my airtable base so that I can include all of the meetings that I have with members of my contact list on their contact profile as a linked record to the calendar table. I created an automation to do this for me (see below).
The issue that I have found is that when more than 1 of the contacts that are added to the calendar invite for the meeting is found within my big "Contacts" table, it will grab the unique IDs for both of the contacts and it goes to add my calculated field (the first one in the image below, my primary field, and the only field that I want to add), to my synced calendar "Contacts" field within my calendar table.
The problem is the automation tries to update the linked contacts (eg. "Arjin Claire, Evolution") in this "Contacts" tab, but it throws an error when more than 1 are being added. I believe it reads each of these contacts as being concatenated together and since the value is calculated via a formula it throws an error because it wants to create a new cell with each of the contacts that it's taken in. I tried fixing this by making the formula a singl-text line but it doesn't show up how I want it to. I believe the issue lies within the formatting of the field portion within my automation:
I've tried using commas, semicolons, etc. to separate each of these values, but I can't find a way that works as of yet. I also tried making a separate automation for each of the 5 records that I am finding, but a new error occurs where each one is replaced by the other in an infinite loop, so I don't think that's a viable solution.
Any help is much appreciated 🙂