I have a gallery of SharePoint items that I sorting and filtering by the SharePoint ID# when a value is entered in a text input field (InputSearchID).
This formula is working like a charm.
SortByColumns( Filter( PRMaster, Len(InputSearchID.Text) = 0 || ID = Value(InputSearchID.Text) ), "ID", SortOrder.Descending )
I now have a requirement to filter by Title (text) and DepartmentName (list) when text is entered into a new text input field named InputSearchText
I am very new to Power Apps and am struggling to get a functional formula that includes these additional filters.
Any help with this is greatly appreciated.
Best regards,
Jayne