I have a gallery with the datasouce linked to sharepoint list and currently have the gallery filtered (see below, i have this under Items) I am trying to add search bar that a user can type into to filter by customer. So i have added a text input (SrchBox), then trying to add;
Search(KBXoffline, SrchBox.Text,"Customer") in the items off the gallery. Because i already have the syntax below, it wont allow me to to ; and paste it in. Do i need to combine these two syntax?
FirstN(Sort(If(User().Email in varAdminEmail, KBXoffline, Filter(KBXoffline, 'Created By'.Email = User().Email)), Created, Descending), 50)
Any assistance would be much appreciated,
KR's,
Matt383