Hi
I have the below flow which I want to send an email when the date (which is coming from a text column in Dataverse) is equal to today plus 5 days. So, if the date from the dataverse column is 05/11/2021, it would send the email today (five days before). I am in the UK so all dates are dd-MM-yyyy. I also want to ensure that the email is only sent when another column's value is equal to 'Home'.
The flow succeeds, but does not send any email as it is saying that, even when the column's field is 03/11/2021, the condition is not met. Do I need to format this into a date format (bearing in mind dd-MM-yyyy in my scenario) for the text column which holds the date?
For the date's equal to value, I am using expression of
formatDateTime(addDays(utcNow(),+5),'dd-MM-yyyy')
Screenshots


Any ideas how I can get this working?
Thanks
K.