Catalog item and script for random number generation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 09:03 AM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 12:32 PM
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