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 / How to save specific c...
Power Apps
Unanswered

How to save specific columns in Collections after filtering

(0) ShareShare
ReportReport
Posted on by 15

Hello, I would really appreciate your help with this collection formula output issue. I want to create a new collection table based on filters the user chooses. I have three combo boxes that filter my dataverse data source called 'RestOp' and I have added my filter formula. How do I define the columns that will show up on in the collection? With the formula below only the choices from the combo boxes show up. 

 

Collect( NewTable, Filter(
'RestOp',
And(
Or(
IsBlank(ComboBox2.SelectedItems),
IsEmpty (ComboBox2.SelectedItems),
Pace in ComboBox2.SelectedItems
),
(Or(
IsBlank(ComboBox7.SelectedItems),
IsEmpty (ComboBox7.SelectedItems),
Mode in ComboBox7.SelectedItems
)),
(Or(
IsBlank(ComboBox18.SelectedItems),
IsEmpty (ComboBox18.SelectedItems),
'State' in ComboBox18.SelectedItems
) )
)
)
)
Categories:
I have the same question (0)
  • CU-18081211-6 Profile Picture
    9,272 Moderator on at

    @highentropy ,

    Use Showcolumns () function, first parameter is the filter itself and the following parameters are the name of the columns you want.

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard