- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 01:33 AM
Hello SN Team,
How to deactivate user if user is inactive for 15 days using flow designer.
can anyone suggest me to resolve it.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 01:53 AM
Hi @Vinod S Patil create a new flow designer with trigger as daily
Do Look up Records Action
then use for each to do the lookup
Update User table
You can adjust the condition on look up records action to retreive users on last 15 days and do the test run until you get correct result
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 01:41 AM
How you are checking inactivity? If last login not done in 15 days , are you considering that user as inactive and you want to make it Active = False
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
‎02-07-2024 01:53 AM
Hi @Vinod S Patil create a new flow designer with trigger as daily
Do Look up Records Action
then use for each to do the lookup
Update User table
You can adjust the condition on look up records action to retreive users on last 15 days and do the test run until you get correct result
Harish