Hi,
I have a SPO field in my canvas app which allows multiple person values to be selected. I wanted to email each user but I have a flow sending the email as I need to also send a PDF of the data to the recipients. It all worked fine, until I added another variable to my flow to capture the multi person values and now it doesn't work.
I added a a variable to my floe, capturing the data as string
I have a HTML text box in my canvas app which displays all the data but when it comes to displaying the data from the muti select person field I cannot get it to display any values in Power Apps.
I tried things like
Concat(PIEmailccValues.SelectedItems.Email,";")
Concat(PIEmailccValues.SelectedItems.Email,",")
But all I see is semicolon or comma in the HTML box in PowerApps.
Can anyone help me.
Thanks