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 2 answers)
A. Use a Set Values Element inside a Loop Block.
B. Use a Decision Matrix Action to call a Decision Matrix.
C. Use a List Action to merge the array elements together.
D. Use an Expression Set Action to call an Expression Set.
A. Use a Set Values Element inside a Loop Block. D. Use an Expression Set Action to call an Expression Set.
Explanation:
A Set Values Element inside a Loop Block can be used to perform a calculation on each
element of an array and store the result in a variable. An Expression Set Action can be used to call an Expression Set that contains one or more expressions to perform calculations on array elements. These two methods are recommended based on best practices for performing multi-step calculations on array elements.