Skip to main content

Update Object record ID requirement

When using Salesforce Update Object, provide the Salesforce record Id for the object you want to update. The action uses this ID to update the existing record rather than creating or searching for one. If you do not have the record ID yet, add a lookup or sync step earlier in the workflow and map the returned Id into the update action.

API rate limits

Salesforce API limits can affect high-volume workflows. If an action fails because of rate limiting, reduce concurrency, batch updates where possible, or retry after the limit window resets.