I have 2 user types. Landlords and Tenants. I want the landlords to have a “Upload Properties” button where they are able to upload their properties, but I do not want this visible for the tenants.
Both properties are working in the database, as I can get it to display the user type, but I do not know how to change visibility based on user type. My instinct was to go “When, Current users, User type” but then from there the user types are not available.
You can make that button not visible by default, and then place a condition on that button that says ‘When User Type is Landlord’ this button is visible.