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 ListAction tomerge the array elements together.
B. Use a Calculation Action to call a Calculation Procedure.
C. Use a Set Values Element inside a Loop Block.
D. Use a Matrix Action to call a Calculation Matrix.
B. Use a Calculation Action to call a Calculation Procedure. D. Use a Matrix Action to call a Calculation Matrix.
Explanation:
According to the Integration Procedure Actions page, a Calculation Action can be used to
“call a Calculation Procedure that performs calculations on input data” and a Matrix Action can be used to “call a Calculation Matrix that performs calculations on input data”.