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 / Joining two columns in...
Power Apps
Answered

Joining two columns in a single column

(0) ShareShare
ReportReport
Posted on by 224

I have two columns in my SharePoint List 'State_Mandates':
Role1               Role2              ID

Apples             Grapefruit       1

Bananas           Oranges         2

Pears                Grapes           3

 

I would like to create a collection that will stack all of these items into a single Column and return their corresponding ID number as well. Here's an example:
Role             ID
Apples         1

Bananas       2

Pears            3

Grapefruit    1

Oranges       2 

Grapes         3

 

Please help and thank you!

Categories:
I have the same question (0)
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @kgiles123,

     

    You could use the following code to achieve this:

    ClearCollect(
     colMerged,
     Ungroup(
     ForAll(
     'State_Mandates',
     [
     {
     Role: Role1,
     ID: ID
     },
     {
     Role: Role2,
     ID: ID
     }
     ]
     ),
     "Value"
     )
    )

     

    If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.

    Thanks!

  • kgiles123 Profile Picture
    224 on at

    Thank you!!!

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

#2
Haque Profile Picture

Haque 261

#3
Kalathiya Profile Picture

Kalathiya 221 Super User 2026 Season 1

Last 30 days Overall leaderboard