web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / in powerapps how do I ...
Power Apps
Unanswered

in powerapps how do I get a collection of the selected values of a multiselect from a sharepoint list

(0) ShareShare
ReportReport
Posted on by 2

I have a sharepoint list that has a multiselect column. in powerapps I would like to make a collection of the selected values.

for example I have a multiselect column named category that have choices One, Two, Three, and Four. I have selected Two and Four.

my code in powerapps Integrated Form OnEdit is

 

 

Clear(myCollection);
ForAll(Choices([@SMEList].Category), Collect(myCollection,ThisRecord.Value));

 

 

 but that is giving me One, Two, Three and Four. I only want the selected Values (Two and Four)

Categories:
I have the same question (0)
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @bryandellinger 

    In the OnChange property of the combobox:

    Set(var, Self.SelectedItems)

  • bryandellinger Profile Picture
    2 on at

    Is it possible to do without referencing a combobox?  I was hoping to for something like filter(Choices([@SmeList].Category, selected)  I know that is not a real thing but I would like to get the selected values without having to reference a hidden combobox.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 401 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard