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(Inner Join) tw...
Power Apps
Unanswered

Joining(Inner Join) two collections in powerapps

(0) ShareShare
ReportReport
Posted on by 55

Hi All,

 

I have to join two collections and display the both tables data in combobox items where size equals to "M" 

Below are the collections. But Source tables are schematically not having identical columns.

 

ClearCollect(colTable1,
ShowColumns(Filter(Table1,Size="M"),"FirstName","LastName","size"));


ClearCollect(colTable2,
ShowColumns(Filter(Table2, Size ="M"),"FName","LName","size"));

 

 

can someone help me on this.

Categories:
I have the same question (0)
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @BHR 

     

     

    ClearCollect(
     colTable1, 
     RenameColumns(
     ShowColumns(
     Filter(
     Table1,Size="M"
     ), FirstName","LastName","size"
     ),"FirstName","FName","LastName","Lname"
     )
    );
    ClearCollect(
     colTable2, ShowColumns(
     Filter(
     Table2, Size ="M"
     ),"FName","LName","size"
     )
    );
    ClearCollect(
     colAll, colTable1, ColTable2
    )

     

     

    Use Sort(colAll, Lname, Ascending) as the Items property of your control.  FYI, my formula is not an inner join, just an append of Table2 to Table1 after reshaping Table1. It does not account for duplicates in the final collection.

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 421

#2
WarrenBelz Profile Picture

WarrenBelz 345 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 278 Super User 2026 Season 1

Last 30 days Overall leaderboard