The CreatorCon Call for Content is officially open! Get started here.

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.