Exam OmniStudio-Developer Topic 1 Question 95 Discussion
Actual exam question for Salesforce's OmniStudio-Developer exam
Question #: 95
Topic #: 1
Question #: 95
Topic #: 1
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, which element should the developer use this function in?
Based on best practice, which element should the developer use this function in?
Suggested Answer: B Vote an answer
In OmniScripts, if you need to apply a function (like COUNTIF) to dynamic data and show the result immediately, the Formula element is the correct choice.
* B. Formula element - The Formula element supports real-time calculation using OmniStudio expression functions (like COUNTIF, SUM, etc.) and updates values instantly on the screen without the need for server calls.
Incorrect Options:
* A. Set Values element is used to set static or conditional values but doesn't support formula evaluation.
* C. Range element is used for value comparisons and conditions, not for calculations.
Salesforce OmniStudio Developer Guide # OmniScript Formula Element
* B. Formula element - The Formula element supports real-time calculation using OmniStudio expression functions (like COUNTIF, SUM, etc.) and updates values instantly on the screen without the need for server calls.
Incorrect Options:
* A. Set Values element is used to set static or conditional values but doesn't support formula evaluation.
* C. Range element is used for value comparisons and conditions, not for calculations.
Salesforce OmniStudio Developer Guide # OmniScript Formula Element
by Bella at Jun 29, 2026, 01:17 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).