Bulk Update Records

Bulk Update Records enables you to update many records in a single step.

It is important to note that Bulk Update is designed to replace the entire contents of the records it is updating. If you need to only selectively update fields, use Bulk Patch instead.

To use Bulk Update, simply provide an array of objects to this function. Each object should contain the full contents of the record to update, including the record ID.

Last updated