I am creating a list rows action where the list should be filtered for all rows where dateField = today. dateField is only date, no year, in mm/dd/yyyy format. When i try and set my filter to
dateField eq formatDateTime(utcNow(),'MM-dd-yyyy')
i get a syntax error.
Can anyone tell me what the correct filter is to check if a dateField = today with month/day/year only?
Thanks!