Resolved! Open URL in new window through UI action in agent workspace
Hi, I want to open a URL in new tab through agent workspace UI action. I tried multiple things such as : action.setRedirectURL("www.gogle.com"); g_navigation.openPopup(url) window.open(url, '_blank'); But nothing seems to work. Any help is appreci...
