- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021 01:40 AM
Hi All,
I am trying to ITIL role from user who hasn't been logged in for 30days. But the thing here is user has got this role inherited from the ITIL group. So I need to remove only role, but not want to remove him from group. Is it possible?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021 02:54 AM
You could instead of delete the record update the record:
So instead of 2.2 below delete the group member record update the record where you change the group on that record.
Other option is delete the old one as in the Flow. And add a new one:
(add the user to below action and change the group to your inactive-itil group)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021 02:54 AM
You could instead of delete the record update the record:
So instead of 2.2 below delete the group member record update the record where you change the group on that record.
Other option is delete the old one as in the Flow. And add a new one:
(add the user to below action and change the group to your inactive-itil group)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021 02:56 AM
Hi,
So it is better to have two different flows, which will trigger at same time. One for deletion from the group and other for adding into inactive group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021 03:00 AM
You could split it up into 2. However I think having 1 flow makes it more manageable. As both actions are required for this 1 goal.
Try building it into the one flow first and if after that you think splitting it up suites your needs better, you can always do that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021 03:10 AM
Thank you