Cannot send multiple entries to a pop-up?

Hello!
In my app, when a button is clicked a pop-up appears with a calendar (Full Calendar by bubble) that should display a multitude of events. The events are in a data type with start/end dates, titles and a few other parameters. It seems that I can’t send to the pop-up a subset of the data type, I can only send a single event. Am I missing something?
I could work around this by using a toggle visibility group rather than a pop-up, but this just seems like bad practice.

Instead of using the popups data content, set a state on the popup that holds a list of those events.

Then in the popup you can refer to the state for the list of items.

T
Learn no code → nocodify.com