Good day,
I am working on cleaning up my app, it is all running really smoothly, however I notice I have quite a few delegation errors. I am trying to figure out how to get these fixed.
One example I have is a simple sort function for a sharepoint list (With only 1 column). In total there are only 10 items in this list, but it is showing this is non-delegable. How do I fix that? I see on learn.microsoft's page for delegation it says "In Sort, the formula can only be the name of a single column and can't include other operators or functions." however I am not sure how to tell a dropdown to look for just the column without also including the data source.. What am I doing wrong? Any help/useful links is welcome! Thanks 🙂
Sort('Cost Codes', CostCodesColumn,SortOrder.Ascending)