Created record in airtable with "field to another record"

Hello,

I am creating a workflow to create records in an airtable table. I am able to create records in all columns except “link to another record”. In all of them, it returns error 422. The same thing happens with text or number.

Thanks!

1 Like

When creating a linked record, you actually need to send the ID of the linked record as an array for this column.

For example, let’s say you’re creating a record in a table A, linked to a record from table B.

For the lookup column that links the new record in A to B, you need to send a record ID from B in this form: ["recordIDXXXYYY"].

Hope that helps!

1 Like

Hi @Quentin, This is really confusing, do you have a video describing it? I’m having the same problem when linking Airtable tables together to create filters