Hi Roy,
When you refresh an object in a Nanoflow, it happens on the client, and Mendix sometimes doesn’t fully re-evaluate nested views, especially if they depend on DS Microflows that are evaluated on the server.
In contrast, the Microflow runs server-side, and Mendix properly re-sends the updated object to the client, causing the Data Source Microflow to be re-executed, hence the nested Data View gets refreshed.
Thanks
Sriram