If I have the solution in code, what is the best way to pass it to flow designer?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2025 07:34 AM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2025 06:33 PM
@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.