Hello community,
I'm trying to build an app that would help us find a right contact from Sharepoint list (all columns are a "single line of text" type)
Users could use SearchBox and/or dropdown
Searchbox with current formula works perfectly:
Filter(CVSContactFinderSP,StartsWith(ProcessNameEN,SearchBox.Text))
Although I'm not able to write/find out what would be the right formula for the Dropdown1_1 to filter gallery based on column AccountableOrganization from SP list
I would really appreciate your help here.
Thanks