Hi,
My data source is sharepoint, on the items of my gallery i have,
Sort(Filter(EngineTimeSheet,Name=User().FullName,Or(StartsWith(JobNumber,TextSearchBox2),StartsWith(Date,TextSearchBox2),StartsWith(Customer,TextSearchBox2)),
DateValue(Date) >= Dropdown1.Selected.StartDate && DateValue(Date) <= Dropdown1.Selected.EndDate),Date,SortOrder.Descending)
Any ideas of a workaround to remove the delegation warning would be much appreciated.
Image below is the gallery, Dropdown1 allows the user to filter their timesheets.
