I am using Path exist Activity and getting the Bolean variable in Output, I am getting both Values true and false value based on condition how to use this value in if conditon

Provide a solution If I use BoleanVariable.ToString=“False” its not going to then part because actual Output is false

hI @Gopikrishna_S

Simply pass the variable in if condition it will go to then if it is true and else if false

Regards
Gokul

Remove “.ToString”

@Gopikrishna_S
Refer here

In Your Case try this BoolVariavle = False

Give this condition

Regards
Gokul

Thank You Its Working Fine

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.