Alright, I have one more for you all and then will leave it for the experts/devs on here. Still working on the alert email for the ambulance check. The current setup is after the items in the lists are created (and deleted, where applicable), the flow will fetch items from the list and was using a filter array to only grab submissions in the last 2 mins and output it to an HTML table to be attached to an email. I can get the flow to function without any errors after a few hours of research but it is not querying what I need it to. I don't know if this is a syntax issue or poor choice in flow layout expressions.

The expanded filter for time is:
addMinutes(utcNow(), -2, 'yyyy-MM-ddTHH:mm:ss')
but I am returning all items in my current list, not just the filtered ones.
Lastly, is there a way to better display the table so it is more readable than below?

Sorry for bugging the forum again but Power Automate is new to me and after working on this for the last 3 days has me wanting to bang my head off the table.
Thank you in advance for any assistance.
Alf