I have 35K+ data in my table1 connected in Excel Online, now I want to filter and search my data based on my inputted data in Input Text and search them either by the column of Name and Email , I am new to this platform
I tried AND,OR function by its giving me a delegation warning
here my formula only working for column of Email
SortByColums(Filter('table1',Startswith('Email',tb1.text) ), " ELID" ,SortOrder. Ascending )