Collapsible block with dynamic content
I am using a parse database. I have a class called Events and another one called EventSchedule. I want to be able to have the events show in the text of the collapsible set and when expanded, show the dates and times for the selected event, that you can click on to go to another page. I put a list in the expanded section of the collapsible list. I have successfully mapped the fields from the service that gets the data from my parse database to the collapsible list for the events and for the list, but not sure how to get it to invoke the service to populate the list on expansion.