Hello,
Separately, I can connect my Sort(Filter without issues and I can connect my Text Input (search bar) without issues, but I am having issue trying to connect them together. Can someone help please? Thank you in advance!
***I understand this is not delegable, but it doesn't need to be.
Sort(Filter(DIV3WorkPlanFY22,Status.Value= "Refer To Compliance"),Title,Ascending) ***This filters my gallery by a choice in my SP List and then sorts by Title ascending.
And this...
Filter(DIV3WorkPlanFY22, StartsWith(Title,SearchFilterFirm_2.Text)||StartsWith(FEI,SearchFilterFirm_2.Text)||StartsWith('CbCMSCase#',SearchFilterFirm_2.Text))
***This is my Text Input Search Bar that searches 3 ways... Title, FEI and CMS#.