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 / Help trying to resolve...
Power Apps
Unanswered

Help trying to resolve a collection issue

(0) ShareShare
ReportReport
Posted on by 297

Hi all, 

 

I've been stuck on this issue for ages, basically i need to collect all results from certain gallery labels and add them to a collection. so far i can only get it to collect the first result. The main issue is the miles result in my gallery doesn't pull from a column in my data set but is a measurement from two variables. is there a way to collect subtitle1 and title1 from all results in my gallery and add them to a collection table

 

hopefully the below image helps

 

jsmith87_0-1687461738105.png

 

 

Categories:
  • turnerj3 Profile Picture
    2,039 on at

    @jsmith87 ,

    Try this, you need to use ForAll on your Gallery to get All items.

    And ClearCollect for some reason can't be used inside a ForAll.

     

    Clear(Data);
    ForAll(Gallery4.AllItems, Collect(Data,{Name:Subtitle1.Text,Miles:Title1.Text}))

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 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard