MarcoN376343603
Mega Guru

In any UI Action there is a Condition field, you can set your condition depends on a field value such as: current.field_name == value so it will be visible only if condition is true.

If you want to check if that field has a value or not you could simply use the not symbol (!), as :!current.field_name