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
formatDateTime(items('Apply_to_each')?['cr596trainingdate'], 'd'). Any advice on how to get a flow to trigger from dataverse table date column?