Hi,
Is there such a plugin that lets you call custom functions defined in an external JS file? I'm looking at doing something like text processing where the function can be called as an action in the events sheet, can take in a variable and can receive a return value. So maybe something like:
in C2 --> Use JS Function Plugin --> Enter in "myCustomFunctions.js" and maybe some other Js files like Underscore.js
In myCustomFunctions.js, I maybe have something like this: