- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 08:57 AM
Hi everyone,
I need to add the notification action in the flow design. So, in the 'Who to Receive' option, I want to add the person selected by the user in the catalog form they have submitted.
How can I achieve this?
Regards,
Priya
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2022 12:25 AM
Hello @2022_ServiceNow ,
You can use get Get Catalog Variables(it will get variables you needed and use anywhere else in the flow) action and select your catalog item and select variables.
You can use these variables to set the approver in the Ask for Approval step.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 10:52 AM - edited 10-04-2023 12:21 PM
One option is to use a "Create Event Record" Flow Action. Then tie your Notification to the event. Set the "Send when" to "Event is fired" on the "When to Send" tab of your Notification. And on the "Who will receive" tab, use Event parm 1 and Event parm 2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2022 04:21 AM
Hi @2022_ServiceNow ,
If your issue got resolved close the thread by Accepting solution and hit thumb icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 10:52 AM - edited 10-04-2023 12:21 PM
One option is to use a "Create Event Record" Flow Action. Then tie your Notification to the event. Set the "Send when" to "Event is fired" on the "When to Send" tab of your Notification. And on the "Who will receive" tab, use Event parm 1 and Event parm 2.