I’m trying to build a content calendar.
The tables concerned in this scenario are “Content Ideas” and “Post Versions”.
Here’s how it works:
-
I click the “Go” button in the Content Ideas table in Airtable.
-
This triggers the webhook, then I get that record from Airtable and update some fields.
-
One of the fields in the Content Ideas table is called “Format”. It is a multi-select field. So I’m using an iterator.
-
A new Google Doc is created for each Format selected. After this, a new record in the Post Versions table is created.
-
From here, I’m trying to update a field called “Post Versions” in the Content Ideas table. This field is linked to the Post Versions table. It allows linking to multiple records.
Every module in the scenario is running smoothly, but I’m having problems with the Post Versions field.
In my most recent run, 2 operations were used in the Airtable Update module (final module in scenario), but only the final operation is being displayed in the Post Versions field. I thought the Upsert module would make a difference but the same thing is happening.
I can provide additional images if necessary.
Does anyone know where I’m going wrong?
Many thanks!