i have people picker with allow multiple selection.. I set identifier as FQN, so i am getting multiple FQN based on values.
i want other properties as well like display name, email ids with comma seperated.
i added for loop on control and passing each FQN to smo to get display name, i am transpering value to dala label and outside for loop displaying. but it is not giving me concatenate(comma seperated values)
i want it in single label with comma seperated.