Create a custom SOW list view URL with parametersIssue The customer is unable to build a URL to retrieve the complete list of incidents where the caller is a given user for the Service Operation Workspace. The customer is able to achieve this for the standard backend view but not for the Service Operation Workspace. The customer is looking for a way to meet this requirement.ReleaseAllResolutionNOTE: It's a SOW workspace/page-specific article (on other workspaces, the list can be a different component). 1. Find the page that only shows the list in the Service Operation Workspace.2. Ensure the list component has binding to the page parameters.3. Use the 'simplelist' page in the SOW specifically.4. Use the following URL format: https://<instance_name>.service-now.com/now/sow/simplelist/incident/params/list-title/Incidents%20Caller%20/query/active%3Dtrue%5Ecaller_id%3D5. Replace with the actual instance name.6. Replace with the actual caller name.7. Replace with the actual caller sys_id.