How to start with a Flow Decision

Hello everyone.
I have a little problem on flow decision.
This is my problem.
I want to do 2 type of action according to a result of previous one input dialog.


in input dialog i put two variable string
in output a boolean type variable

now when i type inputcondition the system tellme it’s impossible to convert from string to a boolean.

How can i do ?

Thanks

Loris

p.s. inputcondition in the flow decision.

What condition do you want to set?
Var1(String) = Var2(String) can be used

2 Likes

Perfect! thanks!