Join ServiceNow MVP Anders Figenschow to explore the neural networks and transformer models powering AI features like code generation and ticket summaries
This video is part of our Community Week 2025 celebration. Anders originally gave this ta...
The short version is you re-certify every two years, and during those two years you perform a set of activities like for example "Thought leadership". Certain activities gives you a specific amount of "points" which you register (and have approved b...
@Daniel Borkowi1 aha if it works it works! I know about eval but haven't really found a reason to use it, so the details aren't known to me. I just assumed it would adhere to strict javascript syntax.
In any case I love the idea to have a script ...
By the way, there might be a bug in your code. I believe that these lines
var func = "new " + inputs.script_include + "()" + "." + inputs.function_name + "(input_object)";
var input_object = inputs.input;
might be better looking like this?
...