Hi All,
I need some help with my Condition step as it incorrectly classifies the value as False.
For my flow the condition step is to test whether or not 20 days have been spend working, please check the pictures. When the value in the list is 4 days based on the condition (less or equal than 20 days), this should return as True but it returns as false.
Weirdly enough, sometimes the condition result returns correctly as False, but I can't figure out why it runs correctly in some cases and others it doesn't. (See picture condition result correct)
Based on information on this forum, I tried using the step Int. Variables for string as well as integer and used Concat(20) for the 20 condition. Unfortunately, I wasn't able to solve this but I hope someone can help me. 😊