Different refresh behaviour in a microflow and nanoflow

0
Hi,   I'm getting different behaviour when I exectute the exact same actions in an on-change Nanoflow and Microflow. I change and refresh an object, in turn this should trigger a refresh for a DS microflow in a nested Data View. The Microflow does trigger this action, the Nanoflow does not.  Just to be sure I gave the user full read/write objects on the Entities involved but this makes no difference. Is this intended behavious, am I missing something, is it a bug?   I am using Mendix 10.18.4. Unfortunately that is not an option you can select in the Mendix Studio Pro Version dropdown when creating a community post.....    
asked
1 answers
2

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

answered