Salesforce Sales Cloud · Arazzo Workflow
Salesforce Sales Cloud Search Then Retrieve Record
Version 1.0.0
Run a SOSL search across objects, then fetch the full record for the top hit.
Provider
Workflows
search-then-retrieve-record
SOSL search for records, then retrieve the top match in full.
Executes a SOSL search and, when a record is returned, fetches the full record for the first searchRecords entry using the supplied object type.
1
search
executeSOSLSearch
Run the SOSL search across objects.
2
retrieveRecord
getSObjectRecord
Fetch the full record for the top search hit.