
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 02:01 AM
I am creating a subflow for approval on requested items to reuse in multiple flows. The subflow has to check if the requester's manager exists, if that manager is not locked out, then ask for approval. If the manager does not exist or is locked out, approval goes to other teams.
I am unable to add the manager record or the req_item record as a variable that I can input in the subflow to do these checks. Does anyone have an idea how i can work around this?
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 02:57 AM
Hi,
pass the RITM sys_id to subflow and then check
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
‎03-29-2022 02:57 AM
Hi,
pass the RITM sys_id to subflow and then check
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
‎03-29-2022 03:03 AM
I made an error in the saving/publishing of the subflow which caused the issue of not being able to pass the RITM :(. Its fixed now, thanks for your reply!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2024 12:51 PM
Any chance you could explain how to "pass the RITM sys_id to subflow"?