-
Goal: I am trying to consume variables or selected items in a sql query(stored procedure)
-
Steps: I have tried using {{select1.selectedItem.value}}, but running the sql uses '@param1' instead of the value
I have tried storing the value in a variable , and running the sql with {{variable1.value}} and it still sends '@param1'
instead of the value
I have tried with and without adding the variable or select to additionalScope on the query itself or adding a script to use query1.trigger({additionalScope:{...}})
inspecting the select state shows that select1.selectedItem.value is set
- Screenshots: