Text field visible/invisible based on dropdown value

I’m trying to make a text field visible/invisible when my dropdown selector is either 1 or 3.

{Root Container.Dropdown.selectedValue} = 1 || 3

I’m sure I’m missing something in the syntax can anyone help? Thanks

Try {Root Container.Dropdown.selectedValue} = 1 || {Root Container.Dropdown.selectedValue} = 3.

1 Like

You know when i saw it i thought "DUH", thanks alot sir! works great