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 / Can you DropColumns fr...
Power Apps
Answered

Can you DropColumns from a Collection

(0) ShareShare
ReportReport
Posted on by 230

Is it possible to DropColumns from a Collection.

 

I am using the following code for collection named CollectNewProjectAcct and it is not working:

 

DropColumns(CollectNewProjectAcct, "SourceMatchName2")

 

Thanks, Marc...

Categories:
I have the same question (0)
  • Verified answer
    timl Profile Picture
    37,283 Super User 2026 Season 2 on at

    Hi Marc,

    I think the confusion here is that DropColumns doesn't actually remove or delete columns from a data source. Instead, it returns a new collection that excludes the columns that you specify. For instance, if you were to set the data source property of a gallery control to the formula that you mention, you'll hopefully find that the gallery control doesn't show the SourceMatchName2 column.

    To carry out what I think you want to do, you could collect the result from DropColumns into a new collection like so:

     

    ClearCollect(CollectNewProjectAcct2, DropColumns(CollectNewProjectAcct, "SourceMatchName2"))

    Alternatively, you could try to collect it into your existing CollectNewProjectAcct collection.

    Hope that helps a bit.

  • MarcBailey Profile Picture
    230 on at

    Timl,

     

    Thanks for the reply - that will take care of what I need...

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

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard