Perhaps a simple one, I am using the below expression to filter and sort a gallery. There was no delegation warning until I added the && Created>=Today()-7.
Is there a way to do this fully delegeable? Thanks
SortByColumns(
Filter(
'Forms Database',
'Development Site String' = galMysettings.Selected.Item
&&
Created>=Today()-7
),
"Created",
Descending
)

Report
All responses (
Answers (