List of questions
Related questions
Question 24 - Certified Hyperautomation Specialist discussion
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?
A.
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.
B.
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.
C.
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.
D.
1. Add a Slack action step after the Salesforce action step. 2. Use the record to construct the message.
Your answer:
0 comments
Sorted by
Leave a comment first