Updating page automatically with database data

Hi,

My app will have a mobile component where information is added to a database and a dashboard that will run in a browser. I want the dashboard to monitor the database and display any changes to a table on a list on the page.

e.g.

“Line One” is added to the table, the dashboard shows

Line One

“Line Two is added”, dashboard shows

Line Two
Line One

etc.

I would also like to have a counter which would update in real time each time a new record is added to the table.

Is this possible using only UIBuilder and Codeless or do I need to use JavaScript as per this page?

Thanks
Steve

Ok, not to worry. Not sure if this is the best way but I encased the Set Repeater Data in a timer and that seems to work.

Hi @Steve I feel like you would still benefit from this one: How to build a chat functionality using Codeless as it shows how to set up RT listhers, to receive messages in one of your application UI’s whenever they are added in another device/UI.