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 / Populate gallery with ...
Power Apps
Answered

Populate gallery with items from multiple collections

(0) ShareShare
ReportReport
Posted on by 603

Hi All,

 

Need to populate gallery with items from multiple collections. Below are the 2 collections which I hold.

 

ClearCollect(
ModEve,
ShowColumns(
DataSource,
"Event",
"Modified",
"Author",
"Event_BL_Flag"
)
);

ClearCollect(
ModOrg,
ShowColumns(
DataSource,
"Event",
"Modified",
"Author",
"Event_BL_Flag"
)
);

 

This is the Gallery where I need to populate items from both the collections. Both collections have same columns. Any idea how to set the item property of Gallery to both collections ?

 

Cap.JPG

 

 

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

    @Iantaylor2050 

    Set your Items property to the following:

     

    UnGroup(
     Table(
     {Items: ModEve}
     {Items: ModOrg}
     ),
     "Items"
    )

     

    I hope this is helpful for you.

  • Iantaylor2050 Profile Picture
    603 on at

    Hi @RandyHayes 

     

    I tried using the above formula, however it throws error as below

     

    ColError.JPG

     

    Also, Can we use ThisItem.columnname for setting values in Gallery ?

  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Iantaylor2050 

    Sorry, forgot a comma.  Please scrub through the formulas I provide as I type them by hand without the aide of a design editor.

    Formula should be:

    UnGroup(
     Table(
     {Items: ModEve},
     {Items: ModOrg}
     ),
     "Items"
    )

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 463

#2
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#3
11manish Profile Picture

11manish 275

Last 30 days Overall leaderboard