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 / Combining One-to-Many ...
Power Apps
Unanswered

Combining One-to-Many SharePoint Lists into a Collection for Excel Export

(0) ShareShare
ReportReport
Posted on by 132

Hi,

 

I'm trying to join two SharePoint lists (one-to-many relationship) into a collection for export to Excel.

 

From Table "Opportunity"  From Table "Log_Interaction" 
IDOpportunityPartnerDate InteractionInteraction
1x1yy124-Mayabab
   23-Mayaaa
2x2yy210-Aprcc
   09-Aprbb
   08-Apraa
3x3yy3--

 

I can achieve the desired view using nested galleries within Power Apps. However, for exporting, I need to create a collection first.

Has anyone encountered this scenario? Any advice on building a collection to combine these lists for Excel export would be greatly appreciated.

Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @nrd10 

     

    this is just a high level approach:

    ClearCollect(
     CombinedList,
     AddColumns(
     'Opportunity',
     "Interactions",
     Filter(
     'Log_Interaction',
     ID_Opportunity = Opportunity.ID
     )
     )
    )
    

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 899

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 499

Last 30 days Overall leaderboard