People Picker error multiple users properties

  • 27 April 2020
  • 1 reply
  • 18 views

Badge +7

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.


12119iCB41B9F54267D776.png


1 reply

Hi, 
 
I tried the loop and transfert each field in a datalabel (dl_Name)(dl_DisplayName)(dl_Email) . Always in the loop i concatenate datalabels  in an other datalebel(dl_concatenation) (cf picture). A the end  i used an expression to delete the first  semicolon :
 
I tried and it worked for me.
 
Michel from Flow Factory





Reply