Salesforce Certified OmniStudio Developer — Question 6

In an OmniScript, a developer needs to configure a Disclosure element to require user input only if the user already checked a Non-Disclosure Agreement checkbox.
How should the developer configure the conditional view to meet this requirement?

Answer options

Correct answer: A

Explanation

The correct answer is A, as setting the element to required if true ensures that user input is mandatory only when the Non-Disclosure Agreement checkbox is checked. Option B would merely display the element without enforcing input, while options C and D do not accurately address the requirement for conditional input based on the checkbox status.