I have a list of Category and once the user selects one or more of the categories a button at the bottom should be shown (once the user clicks on the button he will be redirected to another page). How can I make a button hide when user didnt select any category and show it once user selects. Can someone help me here. Thank you
I believe you have a many to many relationship between the Categories collection and the Users collection and you have a list with a toggle to select categories?
Now you can set the visibility condition on the button like Logged in user’s > Categories > Count > is greater than > 0.