Hello,
I create a form from a sharepoint list. "Action By" column is the person type column and I set the column to multiple selections.
All of the data from this form will be stored in the collection and will be displayed in the gallery every time user click on the "add item" button. But the problem I encountered is all of the data are displayed except for the "action by" column (Refer picture below). In the gallery, I used text input to display the selected items.
On the default property of the text input, I put this code:
I also notice in the collection table, under the "Action By" column, there is also a table of the person that i chose from the dropdown. I attached the picture for your reference.
Right now, i want to display the "DisplayName" in the text input inside the gallery i created. Can someone help me on this?
Thank you in advance.
It doesnt work 😞
Everytime i click the add item button, it does not display. Is it because of the collection i created?
"Add Item" OnSelect property:
Please try the following,
Concat(DataCardValue3.SelectedItems,DisplayName, ",")
Please remember to give a 👍 and accept my solution as it will help others in the future.
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional