Hi,
I'm fairly new to Power Apps, however I'm in the building of creating one and I'm having a few issues...
I'm using the below query to filter the search, however when the search field is empty, currently it shows everything available, rather than showing a blank gallery...can someone please help me work out how to do this?
Query being used:
SortByColumns
(Search
(Filter
('Purchase Order Requests',
(Title = "Pending" Or Title = "Submitted" Or Title = "Open" Or Title = "Further Action Required")),
POFilterInput.Text,'PO Number','Requisition Number'),"ID",SortOrder.Descending)