A Salesforce admin for AnyAirlines constructs a MuleSoft Composer flow that retrieves a record based on a unique ID using the Get Records action from a Salesforce connector. They will use the result to send a Slack message.
How can they achieve this task?
- 1. Add a Slack action step after the Salesforce action step.
2. Use the first record from the collection of Salesforce records to construct the message. - 1. Add a For Each loop after the Salesforce action step iterating over the collection of Salesforce records.
2. Use a Slack action step to construct the messages from the record being processed. - 1. Add an If/Else Block after the Salesforce action step, which contains a branch checking if the Salesforce action step returned exactly one record.
2. In the branch, add a Slack action step and use the record to construct the message. - 1. Add a Slack action step after the Salesforce action step.
2. Use the record to construct the message.
Reveal Solution Next Question