I am trying to get a custom pop up behaving correctly following the clicking of an event record in our skuid calendar view.
The pop up is a page include and the following query string (which i’m guessing is the problem) is sent: ActivityId={{$Model.All_Events.data.0.Id}}
If my calendar view has 10 cards being displayed with different events, and I click on any card, the pop up will show the same event record every time, regardless of what event card I click.
What do I need to do, to ensure that when an event card within a calendar is clicked, the pop up shows the event associated with the card clicked, and not some random event?