One of the biggest causes of unexpected bugs in canvas apps is the delegation of queries. For instance, if you want to sort by the owner of an account, you can use the Power Fx query:
Sort(Accounts,'Created By'.'Full Name', Ascending)
You will get a delegation warning on this since the sorting will only happen in memory and not on the server. This means if you have the delegation limit set…
Continue Reading Develop1’s Article on their blog
Watch out for PCF (code-components) sort silently failing
Develop 1 Limited Blog – Microsoft Dynamics 365 Solutions – One of the biggest causes of unexpected bugs in canvas apps is the delegation of queries. For instan
Blog Syndicated with Develop1’s Permission