Fetching all events in microsoft calendar

I want to retrieve all the events for a given day from calendar app.
The current automation sequence created works but only fetches the first event for the day.

I want to iterate to the next event.
Only difference between the selectors is the name of the events. Using * in selector also fetches only one event.

How can i iterate to fetch the next event. What must be used in order to iterate using selector as the condition.

Or, Is there any other way.