Hi everyone.
I have 2 almost identical flows which only difference is that they are pointing to the different tables.
Both flows should be sending emails once they check the condition which is:
1) Expiry Date is not equal to blank value
2) addDays(utcNow(),5,'yyyy-MM-dd') is greater than Expiry Date (in the flow which works and is sending emails the value for adding days is 90 instead of 5)
3) addDays(utcNow(),0,'yyyy-MM-dd') is less than Expiry Date.
Both of the tables have the same Date format for the column Expiry Date:
Can someone please help me with this as I'm breaking my head around it and don't know what I am missing.
How is it possible that both tables are formatted in the same way but condition is working only for one and not for the other one?
Thank you in advance!