I am trying to use Power Automate to send a daily email showing entries from a shared calendar used to show who is out of the office that day. Some staff are out all day while others are only out part of the day. I can get it to work but it is confusing because all-day events are mixed in with partial events.

To work around this, I tried to create two different tables: one for all-day events and the other for partial events.
I have tried several methods to get this to work but keep running into errors. I have tried the following.
- On the Get Calendar View of Events > Filter Query > isAllDay eq 'true'. Error message saying “The expression is invalid”
- Tried adding a “Filter Array”
- From: Outputs
- Filter Query: items()?['isAllDay'] is equal to True.
- Error message: Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The template action 'Create_HTML_table_1' at line '1' and column '3605' is not valid: "The template language function 'items' must have at least one parameter.".'.'.
Any insight and help is very much appreciated.
