Salesforce Sales Cloud · Arazzo Workflow
Salesforce Sales Cloud Query Then Update Account
Version 1.0.0
Find an Account with a SOQL query, then patch the matched record's fields.
Provider
Workflows
query-then-update-account
Locate an Account via SOQL and update it when found.
Executes a SOQL query for an Account by name, extracts the first matching record id, and patches that Account. Branches to an end state when the query returns no records.
1
findAccount
executeSOQLQuery
Run a SOQL query to locate the Account by name.
2
updateAccount
updateSObjectRecord
Patch the matched Account with the supplied field values.