Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 07:30 AM
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