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?
Solved
Order of record IDs returned by createRecordsAsync
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.
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
