-
Goal: I would like to use a javascript transformer after my SQL query, which works for one app but when I share the query I do not have the option to transform the result.
-
Details: The part I would actually like to be shared between my apps is how I deal with the output of my query. Therefore I apply an extensive javascript transformer, that I do not want to add to each app specifically but rather have globally in my shared query.
Is there any way to do this? or a workaround?
Thank you.