I have tried multiple workarounds to get numeric value of the JavscripttoBubble element in the workflows tab but nothing has been fruitful. The Value is accessible in the Design tab but inaccessible in the workflows tab. I am not getting the value of that element in my workflows action.
I am adding the Javascripttobubble value in a state but it is empty here (in the workflows tab). But if I display the value in a text element (in the design tab) I have the value there.
You should be able to create an “event workflow” that triggers when JavascripttoBubble A’s value is updated. That’s where you should put your “set state” action.
If the plugin has been set up correctly, then I’d assume there’s an issue with your code inside the Run Javascript action. Please share more if you’re still stuck.