Regarding the “Switching tabs” tutorial, https://docs.appgyver.com/tutorials/soft-tabs
To show/hide a page, will use pageVars.selectedTab === “info” in the Visible property for the selected tab…that’s good, but what if I need to add a search query for one of the tabs which contains a list using the Visible property as well?
CONTAINS(LOWERCASE(current.name), LOWERCASE(pageVars.searchQuery))
How to merge between 2 formulas?