I haven't seen any posts with similar issues...
I have a completely delegable function:
Solved! Go to Solution.
Also, when I put my delegation limit back up, it still doesn't collect any rows that are above 500 from the complete table (before the filter)
If its the collection that's the issue, and not the filter, why does the filter not look past row 500?
@mp6 ,
Even a non-delegable query will return 500 records in a second, but I have to ask again, why are you loading this at App OnStart when the Variable SelectedRoute would be Blank at that point?
@mp6 ,
A collection will only collect records up to your Delegation limit (max 2,000)
@WarrenBelz I tried this using your With function..still only loading 3 (my current limit) 😕
It's not loading OnStart its loading OnSelect... did I say something that made you think otherwise?
@mp6 ,
You need to set your Delegation limit as high as you need for the collection numbers you want. Go back to the code I posted - you can put a Delegable filter as the basis for a collection on any sized list and as long as the returned filtered records are less than your Delegation limit, it will collect them. There will be other opinions on this, but all my apps are set to 2,000.
Got it. So I moved by limit back up. Now how do I test if its delegating?
@mp6 ,
It is . . . . but you are making a collection, which is not.
If you really want to confirm that two numeric values are Delegable, go back to the start on your Gallery
Set(SelectedRoute,ThisItem.DateID)
then put this in another gallery
Filter(
'HB Orders',
DateID=SelectedRoute
)
set your limit to 1 and see how many rows you get in your gallery. Also you might have a read of this blog on mine on Delegation. I assume you are not now running this at App OnStart?
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
User | Count |
---|---|
157 | |
86 | |
68 | |
63 | |
61 |
User | Count |
---|---|
211 | |
152 | |
93 | |
81 | |
71 |