I have a list of collapsibles which I populate from a list returned from a data table. Based on an id returned from the collapsible I want to populate a list within the collapsible. I have added a jscript to the mapping of the collapsible that calls the populate list service within collapsible based on the id returned for the collapsible list item. The list within the collapsible is always over written with the last time the service called and therefore I end up with the same list in all collapsibles rather than the one that relates to that collapsible. Is there a way to only update the list within the collapsible with the relevant data list?