Hi there -
When using createrecordsasync, it’s helpful to know what record ID was just created. How is it possible?
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!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.