Conditional Value Binding

Hi @t11, did you get to achieve this? I’m in a similar situation. I have a javascript variable, that has to conditionally set two different app-connect variables in my page. So, essentially binding a javascript variable and an app-connect variable.

If js-variable <= 100, then set app-connect-variable1 = js-variable.value
Else if js-variable > 100, then set app-connect-variable2 = js-variable.value

I want the binding to reflect immediately when the js-variable changes. Is this the same conditional scenario you experienced?

This is what I’m going to try doing - Jquery Function in Dynamic Events

Hi @t11, just checking if you got conditional binding work from javascript? Thanks!