Hello!
I am trying to add a search feature that people can select one to multiple choices from dropdowns and then can search a Gallery (SP list) based on the choices they selected.
The dropdowns are all based on choice fields from multiple columns.
General design:
My current Items equation for my gallery starts with: Filter ('List Name', IsMatch('Column name', DropdownName.Selected || repeating....)
Official equation:
Filter('Standard Hire_1', IsMatch('Location:', DropdownLocation.Selected) || IsMatch('Job Title:',DropdownJobTitle.Selected) || IsMatch('Status Filled:',DropdownRoleFilled.Selected) || IsMatch('Position Type:',DropdownPostionType.Selected)
It is riddled with error and I can't find documentation to fix it.
The goal too would only search a dropdown if a choice has been selected and ignore it if it has not been selected.
I would also like to incorporate a search button if possible but not necessary. The goal with the search button is to delay the filtering until they have selected their dropdowns and click 'Search'.
How each dropdown is set up:
On a side note is there a way to have a dropdown default be blank? I have no default value in SharePoint and in Power Apps and it still shows the first choice.
I'd appreciate any advice! Thank you so much for taking the time to read this! :-)