- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2022 01:45 PM
In Flow designer, we have a Flow that requests manager approval for a particular RITM.
We wish to update this Flow with an if statement where if the RITM requestor is a manager of other users, then approval will not be required (so it will skip over the approval section in the Flow).
Has anyone done anything like this in a Flow using either dot walking or integrating a script?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2022 08:24 PM
Hi,
you can use IF Action in flow designer + Lookup Record
Lookup record
User Table
Manager [IS] REQ -> Requested For
Then IF condition
Check if Count is 0
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2022 08:24 PM
Hi,
you can use IF Action in flow designer + Lookup Record
Lookup record
User Table
Manager [IS] REQ -> Requested For
Then IF condition
Check if Count is 0
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader