Skip to main content

Add a record with related data / script block

  • June 11, 2020
  • 1 reply
  • 0 views

  • New Participant
  • 2 replies

we did a script to import data from an external api and works fine, but when adding a field that has a relation to another table the script does not insert of gives any error. does anybody has an example or reference for documentation in adding a record with related data on it?

1 reply

  • Inspiring
  • 192 replies
  • June 11, 2020

This might be helpful: Airtable Blocks SDK


The cell value for linked records is an array of objects with the ID of the record you want to link to. If you need more help, please post your code here.


Reply