When I use the GUI to trigger a query with additional scope vars it always sends blank values, whereas if I use 'Run Script' the actual values are sent correctly.
this is the call stack from the 'Control Query' click handler:
and this is the call stack from the 'Run Script' click handler:
there is also a bug with custom components you can see in the 1st line from the debugger Error: cryptoConnection is not defined
. The code runs just fine and is able to access the properties of my custom component so I think it's just a linter bug. bellow is the event handler it seems to complain about: