Hello,
Hoping for some advice on a flow I'm working on that I just can't seem to get working... hopefully it's something easy that I'm missing or someone can explain why it won't work.
I have a condition that is essentially just checking if a date is equal to another date - I know for fact that one of the dates DOES equal the other date but it continues to result in false in the condition.
My first apply to each is checking if any of the items have a contract end date that is coming up in the next 14 days. I then use a compose action to store those dates.
Then, I introduce a 2 minute delay, and in that time i change one of the dates so that it is no longer within the two week period, but one still is.
My condition is then checking, does any of the dates stored in the compose equal to any of the dates stored from the 'get items 3', which as mentioned above will now have one date that still meets the above condition, and one that doesn't.
However the 'condition 3' is passing them both as false, when in fact one of them should still be true as the date has not changed.
Does anyone know what could be wrong with the 'Condition 3' or how I have setup the flow to work?
Here are some screenshots from a flow run that should the outputs.
Any help appreciated!