Alternative Ways to Remove Inactive Users through Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2025 12:36 AM
I want to remove inactive users from the Group table and User Role table using Flow Designer. However, I'm not interested to choose the "Delete" action, and doing so could impact future processes. What is the best way to remove inactive users in Flow Designer without causing issues?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2025 12:48 AM
Delete from a group has no impact, and it is standard practice. Manually, it also must be deleted or removed if you use the slush bucket.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2025 12:50 AM
why do you think you should not do with Flow and what issues you are thinking might come if you use flow
Using flow this would be a low code, no code solution
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2025 01:04 AM
Let me know if any help required in flow designer logic.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2025 01:27 AM
Instead of deleting inactive users, you can add a field or token, such as 'Inactive' or 'Disabled'. You can then update Flow Designer to exclude these users from future processes. This is more secure and allows you to keep a history for reports or possible recovery.