Issue with UI action condition
I am working on a UI action to "Copy Security Incident". But it should show only when there is a special security tag (lets call it 'XYZ'). I am giving condition -current.security_tags.indexOf('sys id of XYZ') != -1. Issue I am facing - The UI actio...
