# Update object batch action
This action updates multiple records for a specified object in Microsoft Dynamics CRM in a single batch.
# Input fields
Field | Description |
---|---|
Object | Select any standard or custom Microsoft Dynamics 365 object to monitor. For example, Lead . |
Objects | List of objects to update. |
Allow partial batch create | Select Yes to allow successful records to be updated even if some records fail (commonly due to invalid field input). You can receive a mixed result, in which some operations may succeed while others fail. This allows for more flexibility in handling requests, but it also requires that you manage potential inconsistencies. Select No to roll back the entire batch if any record update attempt fails. This ensures that either all operations succeed or none do. If one update attempt fails, none of the records are updated. Defaults to No. |
ID | Dynamics ID of the records to update. |
# Output fields
The output datatree contains the IDs of the updated objects.
Field | Description |
---|---|
Batch IDs | A list of IDs for the successfully updated objects. |
Last updated: 10/24/2024, 9:08:28 PM