I'll get straight to the point.
I was wondering if there was some kind of if else function in PVA.
What I have made in the picture is a flow that compares the given variable that a user types with a list and returns the corresponding description. Now, after the flow is executed, you get a menu of options as to what you want to do.
My question is whether you can also do something that works when people are typing and not clicking on the choices. I think you can see it as a sort of if else statement.
if else
I've come to this conclusion as well. So I made a loop for all the other values. But it's a bit contradictory since the rest are multiple choice all the time. In my application.
Hi @handyman1,
Have you tried adding a branch for all other conditions?
Below is an example of that kind of setup.
1. Click Add between the last questions and the conditions
2. Select Add a condition > Branch for all other conditions
3. End result should look like below