Salesforce Experience Cloud · Arazzo Workflow
Salesforce Experience Cloud GraphQL Query and REST Update
Version 1.0.0
Resolve a record ID via a GraphQL query, then update it through the REST API.
View Spec
View on GitHub
CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner PortalArazzoWorkflows
Provider
Workflows
graphql-query-rest-update
Resolve a record with GraphQL and update it with the REST API.
Executes a GraphQL query that returns a record ID, then updates that record via the sObject REST endpoint.
1
runGraphql
executeGraphqlQuery
Execute the GraphQL query against the UIAPI schema and capture any errors array.
2
updateRecord
updateSObjectRecord
Patch the resolved record via the sObject REST endpoint. Returns no body on success.
Source API Descriptions
openapi