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 / Collection Question: C...
Power Apps
Answered

Collection Question: Column Organization

(0) ShareShare
ReportReport
Posted on by 175

Hi all,

 

I have six SharePoint columns of the same type. Is it possible to pile all of these columns together into one collection? Here is an example:

 

Column 1Column 2Column 3
147
258
369

 

I would like make a collection that dumps all the data into one column like so:

 

Column A
1
2
3
4
5
6
7
8
9

 

Any help would be appreciated!

 

Farhan

Categories:
I have the same question (0)
  • Verified answer
    mdevaney Profile Picture
    29,991 Moderator on at

    @farhandsome 

    I love questions about how to transform collections!

     

    Your example collection looks like this:

    ClearCollect(colExample,
     {Column1: 1, Column2: 4, Column3: 7},
     {Column1: 2, Column2: 5, Column3: 8},
     {Column1: 3, Column2: 6, Column3: 9}
    );

     

    My solution would be this:

    ClearCollect(
     colSolution,
     RenameColumns(colExample.Column1,"Column1","ColumnA"),
     RenameColumns(colExample.Column2,"Column2","ColumnA"),
     RenameColumns(colExample.Column3,"Column3","ColumnA")
    );

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • mdevaney Profile Picture
    29,991 Moderator on at

    @farhandsome 

    FYI, I used your question as an example in the Collections Cookbook.  Thanks again for asking it!

    https://powerusers.microsoft.com/t5/Community-App-Samples/Collections-Cookbook-50-Visual-Examples-amp-Code/m-p/437594#M377

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard