copyToClipboard does not work in Agent WorkspaceDescriptionBuild info: Madrid patch 1 & 2Steps to Reproduce 1. Create a new UI Action:Name: Copy Incident IDTable: incidentForm button: checkedClient: checkedOnclick: runContextAction()Workspace Form Button: checkedScript and Workspace Client Script:function runContextAction() {var ccSysId = g_form.getUniqueValue();copyToClipboard(ccSysId);}2. Navigate to any open incident record on platform UI3. Click "Copy Incident ID" UI action Notice the pop-up message: Copied to clipboard4. Navigate to any open incident in Agent workspace5. Click "Copy Incident ID" UI action 6. Try to paste the sys_id in Additional commentsNotice the incident ID is not copied in the Additional commentsWorkaroundThis is expected behavior and by design in all currently supported releases. At this time copyToClipboard is not supported within Agent Workspace. Related Problem: PRB1339221