Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

If I have the solution in code, what is the best way to pass it to flow designer?

carlosjulia
Tera Contributor

Yes, I know it's illogical. But I've been developing JavaScript code for 10 years, and I'm just starting Service Now. However, I like it and understand it. Is there a faster way to relate the code to the (actions, flows, and subflows)?

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@carlosjulia Create a script include(server side script file) put your javascript code inside it and call the same inside a custom action in a flow or subflow.

 

Hope this helps.