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

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.