I have a list that filters names from a tableA (excel data) based on a selection made on a dropdown that has peoples state in it,
when I select items from the list (multiple selection) I have:
ClearCollect(CollectionA ,namelist.SelectedItems) but I would like to have a second column added to the Collection A. A column with peoples ID, this data is present on TableA (excel file).
So as I select names on namelist, I would like my collection to populate both, name and ID.
my file has the headers : ID/City/Name/Phone