- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 02:49 AM
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
Solved! Go to Solution.
- Labels:
-
flow designer
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 10:23 AM
Use just step-1 and step-3 and it should work. See the below image for reference.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2022 02:16 AM
Hi @2022_ServiceNow ,
If you have Get Catalog variables action in your flow you can just select that variable as below on To.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 03:06 AM
Try with below steps:
- Use Get Catalog Variables action in flow and select your desired variables from there.
- Either use Lookup Record on sys_user table to have a data pill for that user.
- 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 08:02 AM - edited 10-20-2022 08:06 AM
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?
Regards,
Priya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 10:23 AM
Use just step-1 and step-3 and it should work. See the below image for reference.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2022 12:28 AM
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.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar