Hello everyone,
I'm trying to combine filter and sort into one function but I get an error. First filter and sort it alphabetically. Also my data is in Dataverse. I used sort by columns but then I get error saying delegation warning. My data isnt that huge (100 lines so far)
Sort(
'shftplnr_employees_new',
Name,
SortOrder.Ascending
)
Filter(shftplnr_employees_new,Site=CURRENTSITE)