Set Components as hidden based on condition

Hi @Diamond

You can try something like: {{ ['View 2', 'View 3'].indexOf(self.value) >= 0 }}

Used the default Navigation values, adjust as per your navigation value.

Hope this help