- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 11:04 PM
Hi Community,
I hope you’re all doing well.
I need assistance in setting up a service catalog item approval workflow. The requirement is as follows:
- If the requestor's email domain is @abc.com, the approval should be routed to the Hardware Approver Group.
- If the requestor's email domain is not @abc.com, the approval should be sent to their line manager.
Here’s a summary of the workflow:
- If the requestor is NOT @abc.com: Trigger approval to the line manager.
- If the requestor is @abc.com: Trigger approval to the Hardware Approvers group.
Could someone please guide me on how to achieve this using Flow Designer? Your help would be greatly appreciated!
Regards,
Naresh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 11:27 PM
You can do this by checking if the requester’s email contains @abc.com. If it does, use the 'Ask for Approval' action and add your approval group.
Please mark this as "correct" and "helpful" if you feel this answer helped you in anyway.
Thanks and Regards,
Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 12:28 AM
Hey @Naresh_5120
Configure as shown in the screenshots below.
1. If Email does not contains @abc.com
2. If email contains @abc.com you can add Any group
Please mark this as "correct" and "helpful" if you feel this answer helped you in anyway.
Thanks and Regards,
Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 11:40 PM
Dear @palanikumar ,
Yes requestor is reference variable, I am able to create if condition and can refer the email field but I'm not able to add group in then condition

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 06:44 AM
Are you checking User email domain or to check the group user belong to?
Palani