Hi Everyone,
I have a SharePoint list with a multi select user field, in power apps i want to be able to add all distinct user names into a drop down.
Users
| Title | Attendees |
| Item 1 | John Smith; Adam Johnson |
| Item 2 | John Smith; Mary Jan |
Ideal Results:
John Smith
Adam Johnson
Mary Jan
Any ideas how this can be achieved?
was able to get everything for a single select using below, however multi select is a challenge.