-
Goal: trying to bind text/number input into sql. it works for legacy app but seems like new apps cannot pick up the input by {{numberinput1.value}}
-
Steps: created numberinput for value input. i am able to get the value with another text block to display the input value no issue with {{ numberinput1.value }}
However, once that snippet gets into SQL Editor. it shows error: numberinput1 is out of scope for this editor. tried to do it in 2 seperated sql editor. one with select and one assigning a variable.
- Details: