- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 08:10 AM
How to set the condition in flow designer, if the user wants to create new group through service catalog and if the flow finds any existing group with the exact name match in sys_user_group table then the RITM state should changes to closed incomplete.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 01:34 PM
Just a quick PoC:
first I get the name variable, then I do a lookup records to see if it already exist.
If the count is bigger then 0 (meaning we found one) then I update the RITM with closed incomplete. otherwise create the group record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 01:34 PM
Just a quick PoC:
first I get the name variable, then I do a lookup records to see if it already exist.
If the count is bigger then 0 (meaning we found one) then I update the RITM with closed incomplete. otherwise create the group record