Using emailClientOpenPop() in UI action, returns a browser console errorSummaryWhile following the below article to call emailClientOpenPop() in UI action, It returns a console error. However, it works as expected on the functional side. https://www.servicenow.com/community/developer-forum/how-to-call-emailclientopenpop-in-ui-action/m-p/2226476/page/2 Console Error Seen : Uncaught SyntaxError: Invalid or unexpected token window.emailClientOpenPop(\'incident\'); = emailClientOpenPop(\'incident\');;Instructions> The behavior is as expected while following the instructions in the above community article. > We are defining an on-click function but there is no script written on the UI action to call that function at all.> We suggest writing a function call on the script field and inside that, we can add emailClientOpenPop('incident'); method. Refer to the image added for reference