I have some queries on Conditional Branching in D365 Portals.
The scenario is below.
I have 3 tabs, for each tab i have created a step in the Web Form.
Tab 1 has a filed which is of type two options [Yes or No].
If the user chooses tab 1 value as Yes, my second step should show fields in Tab 2.
if the user chooses tab 2 value as No, fields on Tab 3 should be displayed.
I have a conditional step which checks if the "field = true" and next step as Step 2. -> This works.
However if I chose No as the value, it throws an error " We are sorry ........... "
This conditional branching does not have a placeholder to handle the else condition.
What should be my next direction ?