I noticed that each time this serverconnect loads the initial PageFlow (with AutoRun=true) is triggered again...
If I disable the serverconnect.load() step from inside the PageFlow the problem disappears...
Is this normal?
I thought that AutoRun== true makes the PageFlow run only 1 time, on page load.
I am wrong?
Wappler 6.12 NodeJS and my page is a content page...
Hey again,
It was my bad diagnosis of the problem...
Update:
My problem wasn't the PageFlow running again...
The problem was that I was loading the update_serverconnect with the refresh step and in my page I have another list_serverconnect with the "Live Refresh with Sockets" enabled.
So, when the update_serverconnect inside the PageFlow updates/modiies the results of the list_serveconnect, the list_serveconnect was reloading.
This is absolutely normal because of the enabled "Live Refresh with Sockets" attribute.