Skip to main content

Using the API to link records

  • April 15, 2020
  • 1 reply
  • 394 views

Hi all,

I was wondering if there was a way to link records with the Airtable API?

1 reply

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • April 15, 2020

Yes, you can link records using the Airtable Standard API.

Pass an array of the record IDs as the value for the linked record field. Note that it must be an array, even if there is only one linked record.

There are more examples on this thread.