I have daily Flow which should send email notification when date in column "Actual delivery date (LEST)" is exceeded. I have used below setting in "Condition":

Problem is that I am getting email notification about exceeded date also when "Actual delivery date (LEST)" is equal to today's date. For example I run it today (27.02.2021) and data associated wit below row

was also included in email, while it should be included in tomorrow's notification, because below condition should not evaluate to True:
[utcNow() = 27/02/2021] IS GREATER THAN [Actual delivery date (LEST) = 27/02/2021]