Hi,
I am trying to create a Flow that looks up the events on a SharePoint calendar and then send an email containing the events for the upcomming day to an email address. I've been working through the threads on this forum and although I have got further down the road with this I am still hitting an issue.
This is what I have so far, the SharePoint calendar has 4 entries, 2 for each day (today/tomorrow at time of testing)

The flow I've created looks like this:

The filter array code is:
@Equals(formatDateTime(item()?['EventDate'], 'MM/dd/yyyy'), formatDateTime(utcNow(), 'MM/dd/yyyy'))
This flow runs without error but the email I get looks like this:

As you can see it's bringing back all the events?
As a side note, if someone can suggest how I can get the time to just show the short time that would also be great.
Any thoughts gratefully received.
Rob