Hi all,
I have a dropdown which allows users to select multiple persons from a SharePoint group. Its update function is DataCardValue16.SelectedItems
However, this functions shows an error: Expected record value (A). I am a bit confused, since on the other canvas app, I am using the same Update function and no error is shown (B). Added the screenshot below.
Could some please advice how troubleshoot such issue?
Solved! Go to Solution.
1. Can you make sure the Person or group field in SharePoint list accepts multiple values?
2. In the app, combo box, do you see the property Allow Multiple values set to true?
If the above properties looks good, save your Power App, close the app, clear cache, reopen the Power App.
Please post more details on the field information if the above steps does not resolve the issue.
Regards
Krishna Rachakonda
If this reply helped you to solve the issue, please mark the post as Accepted Solution. Marking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone. |
1. Can you make sure the Person or group field in SharePoint list accepts multiple values?
2. In the app, combo box, do you see the property Allow Multiple values set to true?
If the above properties looks good, save your Power App, close the app, clear cache, reopen the Power App.
Please post more details on the field information if the above steps does not resolve the issue.
Regards
Krishna Rachakonda
If this reply helped you to solve the issue, please mark the post as Accepted Solution. Marking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone. |
Can you share the expression that you have in Items property of DataCardValue16 control?
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Can you try to use the below expression in Update property of the field:
DataCardValue16.Selected
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
I noticed that the problem with DataCardValue16.Selected was that only item is uploaded to the sharepoint list. Solved the issue though. As adviced by @rsaikrishna , the issue was column settings on SharePoint. Didn't allow more than one selection..
Thank you both for the help!
User | Count |
---|---|
224 | |
99 | |
95 | |
57 | |
31 |
User | Count |
---|---|
283 | |
113 | |
107 | |
63 | |
61 |