Different action based on category

Hi!
So I created a dropdown list for “user type” with categories “tenant” and “manager”.
Based on the type the user selects, I want it to take it to a different page when you hit the “SIGNUP” button.
I tried doing action -> link -> advanced options -> sometimes -> all user types -> contains ->manager… but it’s not working. I feel like i"m almost there. lol, but I just can’t figure it out. Shouldn’t be that hard. Feeling stupid here. Screen shot below. Thanks in advance.

Create a True/False property and assign True to Manager and False to Tenant, the check for respective value to redirect user accordingly.

Ex: if logged in user >> UserType = True, send to Manager screen.

Thank you! It worked!!