I have 2 drop downs one I am going to actively use and one that is going to be locked and hidden.
When I do either statement solo they work. But when I put both of them together it just gets me a blank gallery.
Would love to know what I am doing wrong or if it would be better to do a drop down and a constant filter based off of the completed cell. Because truly can't imagine you would want to continue to see completed lines.
Thanks!
Filter(
Info,
Completed = Dropdown4.Selected.Value,
Branch = Dropdown3.Selected.Value
)