I have a multi-select list (data page source). During run time, I want to know the corresponding data page index of the selected item. This requirement is for selecting and deleting previously selected items. Any help/pointer is appreciated. Thanks
Hi @Brian Camacho: When you configure multi select, you will have all the selected values in the property configured. If you are looking for the index, I don’t think it is feasible. Rather I would suggest to get a key value of the list to be stored in the Property which can be used for your further processing.