I have a list that has the column "Progress" Which contains choices like Assigned, in progress and completed.
I do not want to display the gallery with records that are completed - this is to have a clutter free display.
Now I have already set the gallery to display the results based on assigned to and I want to display the records that has the progress Value != Completed.
and this I am able to achieve it by using
Filter([@TestAppVersion2],'Assigned To'.Value = User().Email , !(Progress.Value = "Completed"))
But I have a Delegation Warning, which I am trying to avoid
how can I mitigate the delegation warning?


Report
All responses (
Answers (