If the user is already on the Summary tab, the list view does not automatically refresh when a new record is added to the underlying Data Type. The data is successfully saved, but the view continues to display the existing results until a refresh occurs.
You may want to explore the following options:
- How to notify users to refresh an outdated List View in Constellation UI
- Use the pyPublishMessageForCaseRefresh activity to publish a refresh event. We have successfully used this approach in one of our Constellation implementations to refresh the case view after updates. Depending on the scenario, it may still require the user to interact with the refresh notification or refresh action presented by the UI.