Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
May 01, 2022 07:21 AM
Hi there -
When using createrecordsasync, it’s helpful to know what record ID was just created. How is it possible?
May 01, 2022 09:02 AM
The new record IDs are returned by the call.
const newRecordIds = await table.createRecordsAsync(recordsToCreate)
This info is in the scripting documentation.
May 01, 2022 09:15 AM
Super helpful. Thanks!