flow designer if statement returning false when condition is actually true

Devina1
Tera Contributor

Hi Team,

 

I have a if condition in my flow designer which is evaluating as false even if the conditions are true.

Devina1_0-1722599206099.png

 

If I remove the last condition it is working as expected but not working in currect situation.

Can you please help?

 

Thanks

Devina

 

1 ACCEPTED SOLUTION

Zach Koch
Giga Sage
Giga Sage

I'm not sure if this is the reason, as aI can't see your data types for your variables, but here is a KB article that might help.

KB0785106 

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

View solution in original post

2 REPLIES 2

Zach Koch
Giga Sage
Giga Sage

I'm not sure if this is the reason, as aI can't see your data types for your variables, but here is a KB article that might help.

KB0785106 

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

Rajesh Chopade1
Mega Sage

Hi @Devina1 

 

Ensure that the data types of the variables being compared are consistent.

String vs. Number: Comparing a string with a number or vice versa can cause unexpected behavior. Convert variablesto the appropriate type if necessary.

Case Sensitivity: String comparisons can be case-sensitive. Convert strings to lower or upper case before comparison if needed.

 

I hope my answer helps you to resolve your issue if yes, mark my answer helpful & corrrect.

THANK YOU

rajesh chopade