I have a dataverse table that I am trying to send an email based on 4 conditions from 4 different columns. I can get the flow to run successfully EXCEPT when I add in the date condition. I have it looking at a column titled TrainingDate and I have the condition set as 'is equal to' expression formatDateTime(utcNow(),'yyyy-MM-dd'). I have also tried
Hi @Charvat2
You will need to update the
expressions to:
formatDateTime(utcNow(),'yyyy-MM-dd')
and then the other expression is:
Here is how I have the flow built. I don't get an error, it says that it ran successfully but no email is sent so it is actually failing.
Hello @Charvat2 ,
please share the flow in Edit mode and the error you're getting, so that it's much easier helping you.
BR,
Marco
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2