Checklist option doesn't auto refresh ( checklist is NOT responsive for live update.)DescriptionIssue can be replicated on any configurable workspace. On HR task, when an item on the checklist is checked on portal, it doesn't refresh on HR agent workspace automatically. A browser refresh is needed to see the latest update. If we add work notes on portal it get auto refreshed on HR task in HR agent workspace.Steps to Reproduce Follow this link to create a HR case: https://www.servicenow.com/docs/bundle/xanadu-employee-service-management/page/product/human-resources/task/search-hr-case.html1 login as a employee and open a Hr case/task in the to-dos of the employee center portal.2 login as a hr agent in another tab and open the same case/task in the workspace.3 now as the employee update the checklist items to true or falseExpected behaviour:as the logs are there in the work notes the same should be reflected in the checklist component.Actual behaviour:logs are getting updated but we are not able to see the checklist items not getting updated. (no live updates)Workaroundwe can add a record watcher on the checklist item and re-trigger the checklist component on the record watcher hit. we need to subscribe and unsubscribe this record watcher based on the checklist tab is open or not in the workspace case/ task.Link to implement record watcher: https://www.servicenow.com/community/next-experience-articles/how-to-use-amb-record-watcher-in-servicenow-uib/ta-p/2352975Related Problem: PRB1767404