Hello,
I am struggeling with the following case.
I have two airtable tables that are linked via a lookup field that allows linking to multiple records.
I am fetching data from an external database and I want to update the linked field with the “map” option.
Somehow I can´t manage to send the data as an array. The airtable component always understands it as a single string and thus creates a new record.
I am passing in the record IDs for the table to link to e.g. like
["recqX0i1KtxVGSMjz","recdohqdJtBlHdI5n","recdohqdJtBlHdI5n"]
but it is always send as one string
What am I doing wrong?
Thanks for your help,
Ingo