Not getting the latest Object in Widget

0
Hi, In my mendix widget, I am getting an object from mendix through microflow. I have added subscriber for its attribute change. When there is change in mendix object i am getting it in widget. While debugging the object it is showing the latest value but, when extracting data it is showing older one(one step older). How to fix it?
asked
1 answers
2

Hello, it could be a memory problem. Maybe you make new retrieve from database to get the current stored data again.

answered