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 / For All with Filter
Power Apps
Answered

For All with Filter

(0) ShareShare
ReportReport
Posted on by 204

Hi Team,

 

Was wondering if its possible to use for all with a filtered collection.

 

Some reason I cant get it working.

 

Any help is greatly appreciated.

 

Thanks

 

ClearCollect(Estimates,
 ForAll(Filter(PTP_Meter,READ > 100 && READ < 200),
 {
 INDEX: PTP_Meter[@INDEX],
 READ_DATE: PTP_Meter[@READ_DATE]}))

 

Categories:
I have the same question (0)
  • Verified answer
    SpongYe Profile Picture
    5,715 Super User 2026 Season 1 on at

    Hi @christian12 

     

    Maybe try chaning the datasource name to ThisRecod:

    ClearCollect(
     Estimates,
     ForAll(
     Filter(PTP_Meter,READ > 100 && READ < 200),
     {
     INDEX: ThisRecord.INDEX,
     READ_DATE: ThisRecord.READ_DATE
     }
     )
    )

    If you have any questions or feedback, please let me know. Have a great day! 😊

    -----------------------
    PowerYsa Power Platform Enthusiast [LinkedIn] | [Youtube]

    I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my [@PowerYSA] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻

  • MudassarSZ365 Profile Picture
    591 on at

    hi @christian12 ,

    try this 

    ClearCollect(
     Estimates,
     ForAll(
     Filter(PTP_Meter, READ > 100 && READ < 200),
     {
     INDEX: INDEX,
     READ_DATE: READ_DATE
     }
     )
    )

    Kindly mark the solution as accepted if it resolves your issue.

    Best Regards
    Muhammad Mudassar Mazhar

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 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard