Hi there. A pop-up window is opened and a microflow is set up as the data source for the data grid to display the list. (In the microflow, we retrieve the corresponding entities in the list by retrieving, filtering, and then calculating the values of some attributes.) Why do the values I see in the data grid sometimes differ from the values I see in the variabels with breakpoints in the microflow? I don't know the cause and don't know how to deal with it. As additional information, in the screen before the popup screen, the values of the attributes of the objects selected from the list can be changed with the text box. It happens when I delete the selected object, close the screen, and display the list again. Thanks in advance. BR, Kazuki Abe
asked
Kazuki Abe
2 answers
1
The data in the Mendix Client is cached in memory and can differ from the data that is at a later moment retrieved from the database.
Do you commit the data in the first screen (before the popup) already to the database when a user is changing that data?
answered
Peter Mudde
0
Hi Kazuki,
We also faced the similar issue.
If possible refresh the context of the page then go to the page then it will refresh .
Its taking the page from memory thats why not refreshing