Question: 1/25
A consultant is designing an OmniScript for a mortgage application process. The business requires that customers complete a financial assessment section before proceeding to property details. If the financial assessment indicates insufficient income, the property details section should be hidden. What is the best approach to implement this requirement?
Use a Conditional View action to show/hide the property details step based on the financial assessment results
Create two separate OmniScripts and use a Navigate action to route users based on assessment results
Use a Set Values element to dynamically remove the property details step from the JSON data
Implement custom JavaScript in a Custom Lightning Web Component to control step visibility