Hi My flow has a Condition that requires to - Non Compliant - if this matches the user gets a email sent, my issue is that the column where condition checks is dependanat on result of formula
=IF(T2>=TODAY(), "Compliant", "Non-Compliant")
this is stopping my flow from sending the email - if i take out formula and type in Non Compliant it works but as the sheet will be marked up daily with new expiry dates i require this formula - is there a fix for this
my sheet