This filter in an items propery of o combobox works and no errors
Filter([@ProtocolItem];ProtocolItem[@ProtocolItem] in PresentProtocolItems.ProtocolItem)
But this: delegation warning AND not working
Filter([@ProtocolItem];!(ProtocolItem[@ProtocolItem] in PresentProtocolItems.ProtocolItem))
ProtocolItem is table and PresentProtocolItems is collection with records from that table. Both far < 500 items
Resolve?
Solved! Go to Solution.
First, this is a PowerApps issue, so in the future you should probably post it on that forum rather than the Dataverse one.
That said, delegation warnings are common in powerapps, although the product team is improving this all the time and there are far far fewer now than there used to be. To overcome delegation warnings, you need to set your delegation threshold higher or push your query out to a separate service (such as powerautomate) which does not have the same delegate limits.
Understand delegation in a canvas app - Power Apps | Microsoft Docs
First, this is a PowerApps issue, so in the future you should probably post it on that forum rather than the Dataverse one.
That said, delegation warnings are common in powerapps, although the product team is improving this all the time and there are far far fewer now than there used to be. To overcome delegation warnings, you need to set your delegation threshold higher or push your query out to a separate service (such as powerautomate) which does not have the same delegate limits.
Understand delegation in a canvas app - Power Apps | Microsoft Docs
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
15 | |
11 | |
8 | |
5 | |
4 |
User | Count |
---|---|
23 | |
16 | |
13 | |
12 | |
11 |