Hello,
I defined a custom field named global_type that is a select field with several values. Also, added a Tab that should only be visible if a specific value for global_type
is selected, so I added the conditional logic to Visible when ALL conditions match: global_type = VALUE1
but the Tab is being displayed regardless of the value.