Hello everyone,
I am building a Power Apps (canvas) with Dataverse as data source.
Here is the code I would like to fix (I have the same issue in other places in the app) :
Sort(
Filter(
Commandes,
[Delegable filters]
),
Contact.'Full Name',
SortOrder.Ascending
)
My problem is that Contact.'Full Name' is not delegable, is there a way to make it delegable ?
I tried using AddColumns, It doesn't show a delegation warning, but it still wasn't delegable.
Thanks in advance for any advice !