Update Bulk Record
Use this action to update multiple records for a specified object at a time in your Salesforce account.
Using the Update Bulk Record Action
To use this action in your workflow, connect it to ThingWorx Flow. To connect to the flow, do the following:
1. Drag the Update Bulk Record action under the Salesforce connector to the canvas, place the pointer on the action, and then click or double-click the action. The Update Bulk Record action window opens.
2. Edit the label name, if needed. By default, the label name is same as the action name.
3. To add an authorization, refer to the section Authorize Salesforce in the Salesforce connector topic.
* 
If you previously added an authorization for Salesforce, select an authorization from the list.
4. In the Object Type field, select or specify the object name for which you want to update the bulk records.
5. In the Input Method field, select one of the following options:
Form Input—Enter the record details of the form data:
Select or specify Record ID you want to update.
Field Name—Field name of the record you want to update. The field name should be similar to the field name specified in the API Doc.
Value—Value of the field to be updated.
Click Add to update multiple fields of the record.
Click Add to update multiple records.
Raw Data—Enter the array of objects with their key-value fields you want to update in a record, such as
"[
{“Name”:”Sample Account”,“BillingCity”:”San Francisco”},
{“Name”:”Demo Account”,“BillingCity”:”Kansas”}
]"
6. Click Done.
Was this helpful?