Salesforce Certified OmniStudio Consultant — Question 15
A business process needs to perform a multi-step calculation on each contact record in a list.
Using an Integration Procedure to process the list, what feature can be used to meet this requirement?
Answer options
- A. Conditional Block
- B. Loop Block
- C. DataRaptor Transform Action
- D. Batch Action
Correct answer: B
Explanation
The Loop Block is the appropriate choice because it allows processing each record in a list through repeated iterations. The Conditional Block is used for branching logic, while the DataRaptor Transform Action is meant for data transformation and not for iterating over records. The Batch Action is intended for processing large volumes of records in bulk rather than on a per-record basis.