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 / Retrieving data from a...
Power Apps
Unanswered

Retrieving data from a nested gallery

(0) ShareShare
ReportReport
Posted on by 3

Hello Everyone!

 

I've been having trouble retrieving data from a nested gallery. This is what it looks like: 

SearchResults is a horizontal gallery containing a string of text, and another Gallery(Gallery 3) that contains 3 different text columns and a check box column.

jrMonarch_0-1664443987712.png

 

The mission is to place this data in a collection so I can export it to CSV format. I think I can handle the latter part, but placing the data into a collection has been quite the challenge. Here's my code so far:

 

 

 

ForAll(
 SearchResults.AllItems,
 Collect(
 tempCollection,
 {
 coreOutcome : Title1.Text
 }
 
 );
 ForAll(
 SearchResults.AllItems.Gallery3,
 Collect(
 gallery3Collection,
 Gallery3.AllItems
 )
)
);

 

 

While tempCollection has data shown below:

jrMonarch_1-1664444142070.png

 

gallery3Collection has nothing:

jrMonarch_2-1664444157492.png

 

I understand that these are 2 separate collections, but I figured if I can find a way to retrieve the data from the nested gallery into gallery3Collection, the rest would be doable.

 

so I guess in summary the problem is: I need help in gathering data from a nested gallery into a collection.

 

Does anyone have ideas?

Categories:

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

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard