How to remove/unlink the added related-records in Agent Worksplace' related-listSummaryWhen records are added using an 'Add' related-action by following the steps advised in this documentation - https://docs.servicenow.com/csh?topicname=set-up-adding-records-to-related-lists.html&version=latest, sometimes you would want to unlink/remove those added records.ReleaseOrlando onwardsInstructionsYou need to create a new 'Action Assignment' to remove the added records. Procedure: From the application-navigator, navigate to -- Workspace Experience > Actions & Components > Related List ActionsCreate 'New'Populate the below fields (ensure to be in "Global" application for this operation) >>- Action label = Remove ({{count}}) //'count' is optional- Action name = remove- Implemented as = Server Script (important)- Button type = Secondary- Table = target table (if 'Global' table is selected, the action will be available in all the related-lists )- View = optional (may select 'workspace')Click on the related-link = 'Advanced View'Populate these fields >- Record Selection Required = true- Server Script tab > Server Script = current.deleteRecord();- Confirmation Settings tab > Confirmation Required = optionalPress save/updateNow open the record in Agent Workspace, you should notice the 'Remove' button is disabled in the related-list view, and selecting the records to unlink will enable the button. Sample screenshots: