Hello,
I know this has been answered but I need a little bit more help with exactin when filtering and searching as I do not understand where should I put it into my code.
I am filtering the gallery with two selects (is that even a word?) and then I am searching the gallery for the device.
Now I am totally lost on where to put exactin into this in order to filter the name of the device exactly as I have put it into my search box.
Here is whats in items of the gallery.
Search(Filter(Switches,And(SwitchCategoryId = galSwitchSearch.Selected.SwitchCategoryId), And(NodeId = galSwitchSearch.Selected.NodeId)),MainSearch_2.Text,"Device")
Any help is appreciated