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 / Using ClearCollection ...
Power Apps
Answered

Using ClearCollection and filter based on MultipleSelection

(0) ShareShare
ReportReport
Posted on by 80

Hi Community,

 

In my SharePoint list I have a column called ¨Status¨ which is Multiple selection.

 

When I go to my App, I use ClearCollection. I apply a filter based on the Multiple selection answer... And the app told me I have error.

check out the below photo:

 

ClearCollection + sharepoint list info.png

 

THANKS!

 

 

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    156,460 Most Valuable Professional on at

    Hi @Corleone ,

    Firstly are you saying you can choose more than one Status (which is what a multi-select combo box does) or simply saying you can choose one from different selections? I will go with the second one in this answer and assume your data field is a Choice column. 

    ClearCollect(
     colActiveIssue, 
     Filter(
     'Craftmanship test',
     Status.Value=Open
     )
    )
    

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Corleone ,

     

     

    It seems the Status is Choices type column, but do you mean it allows multiple selections?

    Snipaste_2020-05-19_16-13-41.png

    If so, please modify the code as follows.

    ClearCollect(ColActiveIssue,Filter('SP list',"Open" in Status.Value))

     

    If not, please try this:

    ClearCollect(ColActiveIssue,Filter('SP list', Status.Value="Open"))

     

    Hope this helps.

    Sik

     

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 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard