Button hidden visibility filter

currently making a choose username screen that restricts users from choosing existing usernames
if the text input is same as the existing one, a red text “the username is already chosen” will appear (image below)


and i dont know how to make the button “continue” disappear if the text input is the same as the existing ones (image below is the one failed, how should i make it?)

@furiousfrog, you can put the visibility condition for the button as All users > (Username >is equal to >Input) > is equal to > 0.

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