- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 08:07 AM - edited 11-17-2022 08:10 AM
Please see below "if" condition execution scenario in one of the flow. As you can see, it have been evaluated as false even though the the value matches variable. (Check the runtime value column) I tried with "IS" operator too but it didn't work.
Below screenshot of using "IS" operator:
Any idea why? (note: it was working before I upgraded to Tokyo)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 08:40 AM
I can't believe, but it seems Flow doesn't like numbers mix with characters. I changed the value from "Analyst4" to "afour" and it is working as expected. I don't have any adjective for this. But will avoid using Flow in future for sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 08:29 AM - edited 11-17-2022 08:29 AM
Is the variable a reference type? Did you try dot-walking to .name?
Vinod Kumar Kachineni
Community Rising Star 2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 08:42 AM
No, it's text and the variable I just pull from the picker and it logs the correct value. Thank you for the input though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 09:46 AM
I saw it happen. I was testing with two flow variables. It failed the if check even when they had the same values.
Now it is working though
Evaluated - True
Analyst4LIKEAnalyst4
I think the key is to Save your flow before Test when there are strings. But it was a weird one to see.
Vinod Kumar Kachineni
Community Rising Star 2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 08:40 AM
I can't believe, but it seems Flow doesn't like numbers mix with characters. I changed the value from "Analyst4" to "afour" and it is working as expected. I don't have any adjective for this. But will avoid using Flow in future for sure.