Salesforce Experience Cloud · Arazzo Workflow
Salesforce Experience Cloud SOQL Query and Update
Version 1.0.0
Run a SOQL query to find a record, then update the first match.
View Spec
View on GitHub
CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner PortalArazzoWorkflows
Provider
Workflows
soql-query-update
Locate a record with SOQL and update the first match.
Executes a SOQL query, and if at least one record is returned, updates the first record with the supplied fields; otherwise ends without changes.
1
runQuery
executeQuery
Execute the SOQL query and capture the first record's Id and the total match count.
2
updateMatched
updateSObjectRecord
Patch the first matched record with the supplied field values. Returns no body on success.