Cant get the real time date while using microflow timer

0
I created dynamic microflow to get the real time data and added microflow timer, while debugging , the variable value is getting properly ,but when i run locally real time data is not showing, every 10 seconds data is not showing in the output, when i only reload that page that time it is reloading the current time. Am i missing something ,somebody can help me.
asked
1 answers
0

Hi Suchitra,

I think the page is not getting refreshed properly on trigger of that microflow.

 

At the end of the microflow use ‘refreshClassByObject’ from Community Commons module and pass in the same entity name that you are using.

 

Check the below link for reference:

https://forum.mendix.com/link/space/app-development/questions/97841 

 

you can also try the below widget to get the real time data

Real Time Connector

https://marketplace.mendix.com/link/component/113860

 

Hope it helps!!!

answered