Hi all,
I have a scheduled cloud flow that runs everyday.

It then connects to the SharePoint site to extract the Departure date column values

Apply to each - Set the condition to check if the "departure date" column in SP list is equal to the current date and time.
First condition- formatDateTime(utcNow(),'dd/MM/yyyy HH:mm')
Second condition - equals(formatDateTime(utcNow(),'dd/MM/yyyy HH:mm'),triggerBody()?['Departure date'])

SharePoint List Departure date column

I did a test run by manually changing the "Departure date" column in SP to match the current time, and or some reason, it only triggers the "If no" statement even when the date and time matches the current one?
I am totally lost, can someone please advise what am I missing here?
Nick