UI Designer reload container

Hello guys,

I need to create a form in UI Designer, perform an update every x time, changing the information in a container.

I tried several JavaScript codes, but to no avail!

Does anyone need something similar? And what was done?

Thank you

Hi Andre,
In UI Designer forms, variables are re-evaluated every time something changes in the form. One approach would be to introduce some javascript to refresh the page based on either some time interval or some keyboard or mouse event.

Create a custom widget and put this in the html (Template) section. Remove the auto generated code and properties. This example refreshes the page every 5 seconds. You could set it up to make that configurable.

<meta http-equiv="Refresh" content="5">

Hello ,

I followed this path, but by creating a timer with javascript the screen was locked while the timer was running.

I tried loops in the javascript processes but, to no avail.

if you have a solution, and if possible share.

Best regards