How to capture which item the user selects from a Mutli-select list?

Hi All,

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

Try using IndexinPagelist function it returns the index of the selected item from the list.

Thanks,

Syed

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.

Thanks.