How to Send a Single Telegram Message with All Google Calendar Event details?

I have this flow that get my events from google calendar and i want to send a single message as a reminder of the events i have for the day.

The template of the message i want it to be is like the following:

:date: You have x Events Today:
:bell: Event Name
:three_o_clock: Start Time

Unfortunately i only get the last event only. how to i assign all the array the above template of the message. I’m supposed to add some index for the array but I’m not sure how to make it dynamic based on the number of event i got in the calender