Skip to main content

Hi there -

When using createrecordsasync, it’s helpful to know what record ID was just created. How is it possible?

The new record IDs are returned by the call.

const newRecordIds = await table.createRecordsAsync(recordsToCreate)

This info is in the scripting documentation.


The new record IDs are returned by the call.

const newRecordIds = await table.createRecordsAsync(recordsToCreate)

This info is in the scripting documentation.


Super helpful. Thanks!