How do I dynamically add multiple attendees to a Google Calendar event in n8n when the number of attendees varies per meeting?

I cannot understand how to set multiple attendees in a GCalendar Node when the number of attendees varies everytime the workflow is executed

I think there are 2 possible solutions, either you create a filter with different #’s of attendees sending, having the filter decide the # of attendees and using the right GCalendar node, you would have to do many…
Or just use an AI Agent to input them as needed.