Hi there,
I’ve got a trigger from google sheet to implement an airtable.
The table in airtable has a couple of “link to another record” field, so I use routers to send the worklow directly to the final step if the linked record is already existing, or instead to first create the new linked record and then go to the final step.
But even if the fields have the same configuration both from the source and in to the output fields, I get 2 different behaviours:
- In the first case, the records (like “BENI - Sanità, Ricerca e Welfare”) are correctly stored as one entry in the target airtable “linked to another record” field
- In the second case, the records (like “Sanità, Ricerca e Welfare”) create a first airtable record correctly named, but without any linked record, and then they generate multiple records with the text separated by the commas, and they link the records (please take a look to the screenshots for a better understunding).
I believe this behaviour is NOT coming from my airtable, and the two target fields have exactly the same configuration.
The starting fields from google sheet have exactly the same format (text).
The 2 different “create a record” steps in Make have exactly the same configuration…
Where am I wrong…?