AutoRun PageFlow is triggered again if inside the PageFlow you call a serverconnect.load?

Hey guys,

In my page, I have a PageFlow (AutoRun=true).

In there I call a few actions and in a specific case I call a serverconnect.load()...

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...

Any help would be appreciated

An update...

the serveconnect that is loaded inside the PageFlow has a refresh server action step..

Is that relevant to my case?

I can't recreate this in the latest version 6.8.0

Thanks for checking it brother,

If you can't recreate it, I have to investigate it more then

Unfortunatelly, it was the refresh server action step that was causing it (in wappler 6.1.2)

Perhaps time to go to 6.7.3?

Been a lot of bug fixes and AC changes since your installed version

1 Like

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.

Thanks everybody and sorry for wasting your time :blush: