Set Variable & Server Action Timing Issue

Wappler Version : 4.9.1
Operating System : W10
Server Model: NodeJS
Database Type: PostgreSQL

Expected behavior

For a Server Connect with param set to binding of a variable, changing the variable should execute the SC with the new variable value.

Actual behavior

After changing value of the variable, SC runs with the old value of the variable.

How to reproduce

The setup that we have was working fine before 4.9.1 (we were on 4.7.3).
SC is set to noload, with variable set as one of the GET parameter bindings.
On some event, I am setting the value of the variable, and then loading the server connect.
var1.setValue('123');sc1.load()
But the SC is running with older value of the variable.

The exact setup was working perfectly fine before the update.
I can share link to live dev server where this can be reproduced as well. @patrick

Community Page
Last updated: