Hi,
I am having issues with this formula below, this gives me and error and no results.
If(!IsBlank(SearchMain.Text),SortByColumns(Search(Collection3,SearchMain.Text,"Description","KeyWords","Title"),"{Name}",Ascending)) - Error
It works perfectly when i use the Sharepoint list directly instead of the collection but i wanted to overcome the delegation warning by using the collection.
If(!IsBlank(SearchMain.Text),SortByColumns(Search(All_Resources,SearchMain.Text,"Description","KeyWords","Title"),"{Name}",Ascending)) - Works
Please Help