Unable to load data into Remote Table in Agent WorkspaceIssue When a related list is created on Incident for example, this gets populated on load of the incident when on the platform side. However, if the same incident record is opened from the Agent Workspace, the related list may not load any data records.ResolutionIn order to retrieve the parent task sys_id without using the parent variable, we can use the OOB method called v_query.getEncodedQuery(). This method returns the parent sys_id with key value pair like: ('u_incident=sys_id') and can be used in a script if the parent is not available to extract the sys_id.