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 / in ForAll function, wh...
Power Apps
Answered

in ForAll function, why I can't notify value in each loop time (now only show last result)

(0) ShareShare
ReportReport
Posted on by 76

Feel very inconvenient!

is it possible to improve to make it possible?

Although there is resolve method: add each loop value to a gallery and show it finally.

I still hope to add this function.

Categories:
I have the same question (0)
  • Verified answer
    Shaheer Ahmad Profile Picture
    2,194 Moderator on at

    PowerApps does not have a direct mechanism to notify within a loop like you are suggesting

     

     

    To achieve the desired outcome of notifying a value for each iteration, you can indeed use a collection or a gallery to accumulate the results during the loop, and then display or use them afterward. This is a common pattern in PowerApps.

    Here's an example using a collection:

    ClearCollect(ResultCollection, ForAll(SourceTable, YourFormulaHere));

    If you want to display each result in real-time during the loop, you might use a gallery or a data table where the Items property is set to the ResultCollection. This way, as each record is processed in the loop, it will be added to the collection, and the gallery will update accordingly.

     

    Mark as solution if this Solved your issue. Make sure to give this post a thumbs up. Lemme know if you need any further support.

     

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard