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 / Delagation error with ...
Power Apps
Answered

Delagation error with &&& in a filter on dataverse when using variable in stead of number.

(0) ShareShare
ReportReport
Posted on by 704

This code (excusez the european)

 

 

;;ForAll(
 Sequence(4;NumberOfPasses-3;1)
 
 ;Collect
 (
 CachedLastDierExtra;
 Filter(
 DierExtra
 ;DocaNummer >= (Value * 2000) And DocaNummer < (Value+1) * 2000
 
 )
 )
 )

 

  yields a delegation error if table dierextra is a dataverse table but not if it is a sql table.

If I replace (value*2000) and (value+1)*2000 with hard numbers the delegation troubles disappear.

Putting these values into new variables outside the forall loop does make the delagation go away, but inside, alas, UpdateContext is not allowed by Lord Powerapps 😉

Categories:
I have the same question (0)
  • Verified answer
    CU-18081211-6 Profile Picture
    9,270 Moderator on at

    @HansHeintz 

    Try:

     

    ;;ForAll(
     Sequence(4;NumberOfPasses-3;1)
     ;With({minValue:Value * 2000; maxValue:(Value+1) * 2000}
     ;Collect
     (
     CachedLastDierExtra;
     Filter(
     DierExtra
     ;DocaNummer >= minValue And DocaNummer < maxValue
     )
     )
     )
    )

     

    to see if the problem persists.

    Hope it helps !

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 936

#2
Valantis Profile Picture

Valantis 604

#3
11manish Profile Picture

11manish 518

Last 30 days Overall leaderboard