- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 04:48 AM
Hi Team,
I have a if condition in my flow designer which is evaluating as false even if the conditions are true.
If I remove the last condition it is working as expected but not working in currect situation.
Can you please help?
Thanks
Devina
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 05:41 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 05:41 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 06:09 AM
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