Real Time query

0
Hello Team   Suppose I have an entity, LiveData, linked to a page. I need to get updated data instantly on the page. Please advise on the following 2 option Option A, (Preferred) : How can i configure the entity to push data to ui if there is an update on a row? Option B : How can i put a timer (1 second interval) on the page that calls the microflow to update the data on the page?
asked
1 answers
0

Depending on the page design you could put a refresh on the grid (Refresch time under general). Other option would be to use the microflow timer widget: https://marketplace.mendix.com/link/component/27

But each second might be a bit often.

Regards,

Ronald

 

answered