How to send the notification to the approver selected by the user in the catalog item?

2022_ServiceNow
Tera Expert

Hi everyone!

 

How can I send the notification to the person selected by the user in the catalog form for approval when the form is submitted using flow-design?

 

Regards,

Priya

 

2 ACCEPTED SOLUTIONS

Use just step-1 and step-3 and it should work. See the below image for reference.

MuhammadKhan_0-1666285275102.png

For notification to be sent, there is an OOB notification Approval Request which will be sent when approval.inserted event will be triggered via either Approval Events (Non-Task) or Approval Events (Task) business rules.

View solution in original post

Pavankumar_1
Mega Patron

Hi @2022_ServiceNow ,

If you have Get Catalog variables action in your flow you can just select that variable as below on To.

 

Screenshot (246).png

 

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

View solution in original post

6 REPLIES 6

Muhammad Khan
Mega Sage
Mega Sage

Try with below steps:

  1. Use Get Catalog Variables action in flow and select your desired variables from there.
  2. Either use Lookup Record on sys_user table to have a data pill for that user.
  3. Use Ask for Approval action and add that user in here.

Also try skipping step-2 and directly adding user to Ask for Approval from data pill under Get Catalog Variables.

Hi,

Can you please let me know whether the rules added here proper?

Does this action give the approver notification so that they can approve or reject the request?

Priya2399_0-1666278078415.png

Regards,

Priya

 

Use just step-1 and step-3 and it should work. See the below image for reference.

MuhammadKhan_0-1666285275102.png

For notification to be sent, there is an OOB notification Approval Request which will be sent when approval.inserted event will be triggered via either Approval Events (Non-Task) or Approval Events (Task) business rules.

Pavankumar_1
Mega Patron

Hello @Priya2399 ,

Before Ask for Approval create step for 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