Skip to main content
Solved

Order of record IDs returned by createRecordsAsync

  • August 3, 2023
  • 1 reply
  • 17 views

Forum|alt.badge.img+2

Can I assume that the order of the record IDs returned by table.createRecordsAsync does match the order of the records to create in the function argument?

Best answer by kuovonne

Yes, the order matches. This allows you to perform additional processing on the records and match them up with other info, such as creating new linked records. Note that if you created the new records in batches, you may need to merge the record IDs from those batches. 

1 reply

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • Answer
  • August 4, 2023

Yes, the order matches. This allows you to perform additional processing on the records and match them up with other info, such as creating new linked records. Note that if you created the new records in batches, you may need to merge the record IDs from those batches.