Hide / Show button based on a condition

Hello Adalo Fans

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

Hi @ebttercallsai,

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.

Thank you

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.