In the notification 'Who to Receive' option, I want to add person selected by user in catalog form

2022_ServiceNow
Tera Expert

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?

Priya2399_0-1666281155302.png

Regards,

Priya

 

2 ACCEPTED SOLUTIONS

Pavankumar_1
Mega Patron

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.

If it helps please click Accept as Solution/hit the Thumb Icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

View solution in original post

G24
Kilo Sage

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.

 

4444444.png

 

3333333.png

 

11111.png

 

2222222.png

 

View solution in original post

6 REPLIES 6

Mike_R
Kilo Patron
Kilo Patron

Easiest way is add the people that they select to the watchlist.

Then in the notification, in the who will receive, you can select watchlist.

This is also a more scalable approach.

Hi Mike,

How can I add the selected approver from the catalog to watchlist?

  • I want to automate the process, when the user selects the approver in the catalog form, and they submit it.
  • Later the notification has to be sent to the approver selected by the user saying that there's some request to respond.
  • Then if the approver doesn't respond in the said time, it needs to send the remainder for some time.

This is my requirement; I'm struck in the beginning!

Regards,

Priya

Pavankumar_1
Mega Patron

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.

If it helps please click Accept as Solution/hit the Thumb Icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

Pavankumar_1
Mega Patron

Hi @2022_ServiceNow ,

Please refer below screenshot.

You can select approver and notification user as well.

 

 

Screenshot (245).png

If it helps please click Accept as Solution/hit the Thumb Icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar