To change the object in a list every 20seconds in UI

0
Hi Everyone, I had a requirements to the change the object in a list for every 20 seconds respectively in UI. For example:In a school management their are list of classes, and every class contains list of student. I need to show the first class with their students for first 20 seconds and after 20 seconds i need to show second class with their student list for 20 seconds and that cycle goes on… Please let me know how we can achive this scenario. Thanks.
asked
2 answers
0

You can use the microflow timer widget for this purpose, see https://appstore.home.mendix.com/link/app/27/Mendix/Microflow-Timer

answered
0

Hi Gokul, you can use “Micrflow Timer” which is in the app store.

Configure a microflow which can refresh the page object by passing as a parameter into microflow

Configure the time as 1 second, mention in milliseconds(10000)

https://appstore.home.mendix.com/link/app/27/

Hope it helps!

answered