Salesforce Certified OmniStudio Developer — Question 66
In an Integration Procedure, a developer needs to perform a multi-step calculation on every element of an array.
Based on best practices, what two methods are recommended? (Choose two.)
Answer options
- A. Use a Matrix Action to call a Calculation Matrix.
- B. Use a Calculation Action to call a Calculation Procedure.
- C. Use a Set Values Element inside a Loop Block.
- D. Use a List Action to merge the array elements together.
Correct answer: A, B
Explanation
The correct answers, A and B, are best practices for executing complex calculations efficiently in Integration Procedures. Options C and D do not specifically address the need for multi-step calculations; C focuses on setting values rather than performing calculations, and D is about merging elements rather than calculating on each element.