The flow is called when an input changes its value.
And this is the result:
I changed the value of the input twice.
First time var1 variables do not evaluate -> undefined
The modal which is shown in between var1 and var1_copy evaluation has a binding in it’s text.
As you can see it’s the same expression as the one evaluated for var1 and var1_copy. However the variables will evaluate on the second run, but showing the result of the SC from the first run.