Catalog item and script for random number generation

Joel Pomales1
Tera Contributor

I have an idea for a catalog item, and I want to see if someone gives me a little push.

 

Simple item. Two fields: sender and receiver. When you hit submit, ServiceNow generates a random number (this probably triggered from a script) and then sends an email to both with the number.

 

Catalog item is probably the easiest. Flow designer? Where would I need to put the script to run it?

1 REPLY 1

Raj_Esh
Kilo Sage
Kilo Sage

Hi @Joel Pomales1 

 

Thats right, you can create the script in the flow action and call the action in flow. And the output of the action can be used in the Send Email action within flow.

 

Hope it helps.

--Raj