Hi
I put a label in gallery and want to display the SP list - multi Person field but its not showing the data? Please advise thanks.
label in Gallery
SP list
Solved! Go to Solution.
Hi @bbsin ,
Multi person will return a Table
If you need the first value then use First(ThisItem.ActionAssignTo).DisplayName
If you need full list use the Concat function
Concat(ThisItem.ActionAssignTo,DisplayName,",")
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Thanks,
Reza Dorrani, MVP
YouTube
Twitter
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Thanks,
Reza Dorrani, MVP
YouTube
Twitter
Hi @bbsin ,
Multi person will return a Table
If you need the first value then use First(ThisItem.ActionAssignTo).DisplayName
If you need full list use the Concat function
Concat(ThisItem.ActionAssignTo,DisplayName,",")
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Thanks,
Reza Dorrani, MVP
YouTube
Twitter
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Thanks,
Reza Dorrani, MVP
YouTube
Twitter
Hi Reza
Great to hear from you. I was watching your youtube tutorial.
Thank you for your advise.
Cheers 🙂
Thank You for following my channel.
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Thanks,
Reza Dorrani, MVP
YouTube
Twitter
Hello Reza -
Using this function worked perfectly, Concat(ThisItem.ActionAssignTo,DisplayName,",") however, what if we want to display another property other than the DisplayName? I have tried using GivenName, and the formula breaks.
User | Count |
---|---|
259 | |
111 | |
97 | |
48 | |
41 |