Salesforce Certified OmniStudio Developer — Question 53

A developer needs to use the COUNTIF function to process data entered by the user in an OmniScript. The output of the function needs to be displayed to the user immediately in the current step.

Based on best practice, what element should the developer use this function in?

Answer options

Correct answer: C

Explanation

The correct answer is C, as a Formula element is specifically designed to compute and display calculated values like those produced by the COUNTIF function. A Set Values element is for assigning values but does not compute them, and a Range element is typically used for defining data ranges rather than for calculations.