We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Flow designer - Script Action

GwynethPhoS
Tera Contributor

I cant seem to find the Script Action in Flow Designer. How to make it visible in my flow?

1 ACCEPTED SOLUTION

@GwynethPhoS 

Thank you for marking my response as helpful.

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

11 REPLIES 11

yashkamde
Kilo Sage

Hello @GwynethPhoS ,

There is nothing like script action, servicenow has only action like in that we write script step which is a different operation you can use in flow designer..

 

In Short :

Flow - we use action 

action - we can use script step

 

Both combines make scripting logic used in flow designer..

 

If my response helped mark as helpful and accept the solution.

Mohit 101
Tera Contributor

Hello @GwynethPhoS ,

Open Flow Designer and click New > Action (do not click Flow).
In the Action Outline on the left, click the plus (+) icon between Inputs and Outputs.
Scroll down to the Step selection and select Script.
Save and Publish the Action.
Go back to your Flow, click Add an Action, and search for the name of the Action you just created.10.jpg

Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for.

Thank You