Hello:What I am trying to do is to add additional data to a query
result(any data source including file import as well) using javascript,
but I can't seem to find the solution for it.For example:Step1. Query a
table "source", then I got some data backStep2. using javascript to add
another column to the result, say "newColumn" with value "aValue"I could
achieve this by create additional data through enrichment, then set the
value to be empty, and then in javascript, i simply do a sql update with
...