I added preloaded javascript at organization level by writing code at "Advanced > Preloaded Javascript"
And I tried to use it in query library (mysql)
But It's not working I expected.
Using {{ example() }} or {{ window.example() }} both not worked.
How can I use preloaded javascript function in query library?
I really need to use functions in query library to improve reusability and code quality.