Send multiple messages from function node?

I’m trying to set up a flow where HA will alert me of multiple things.
As an example If I have forgotten to set an alarm on my phone and my work calendar seems as if I’m working.
And the other way around also, if my work calendar shows I’m not working and I have an alarm set.
Those two are the easy ones since it can only be one or the other, now I’m thinking of a Sunday “heads up” alert. What is the agenda of the week?
And this could be more than one message.

This is what I currently have:


And the get entities return an array of calendar events that I loop through.
I was thinking if it was possible that once something “useful” was found pass this message on and keep looping the rest (and perhaps send more messages).

“Sending messages asynchronously”
https://nodered.org/docs/user-guide/writing-functions

1 Like

Thank you!