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 / Building A collection ...
Power Apps
Answered

Building A collection from 2 sources

(0) ShareShare
ReportReport
Posted on by 195

Hi, 

 

I need some help building a collection from 2 data sources. Please see the attached spreadsheet, I hope that makes it clear.

 

Essentially though:

  • COLLECTION_MASTERDATA has been created by filtering the Master_Data Sharepoint list.
  • I now want to build a collection based on the DATA_STORE Sharepoint list, but only include the rows where the MASTER_DATA_ID is equal to the ID's in the COLLECTION_MASTERDATA collection.

I hope that makes sense and that someone can help here....slightly going around in circles!

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,926 Most Valuable Professional on at

    Hi @PJBruen ,

    Try this

    ClearCollect(
     colMaster,
     Filter(
     DATA_STORE,
     MASTER_DATA_ID in COLLECTION_MASTERDATA.ID
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • PJBruen Profile Picture
    195 on at

    Thanks so much Warren. That was way easier than I was trying to make things!

     

    Regards,

     

    Paul

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard