- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2020 06:10 AM
Hi,
I have a requirement -
By Using Only Flow Designer remove all user roles and groups (except snc_internal) of a user if the last login time is 35 days ago.
Need to trigger daily and check for users.
Regards,
Piyush Kumar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2020 06:45 AM
Hi Piyush,
Roles should be assigned to the group. Removing the user from the group results in the roles being removed. If you have set it up property, if not, set up properly first.
For workflow you can have the Trigger being scheduled:
Look up the users:
Find the groups the user is in:
For each of the found records we delete:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2020 06:45 AM
Hi Piyush,
Roles should be assigned to the group. Removing the user from the group results in the roles being removed. If you have set it up property, if not, set up properly first.
For workflow you can have the Trigger being scheduled:
Look up the users:
Find the groups the user is in:
For each of the found records we delete:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2020 07:04 AM
Unable to choose 2.2 Group Member record under Delete Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2020 07:07 AM
Can you share your flow so far? As you can see in my Flow it is possible😄
Also don't forget to "smash that like button" mark answer as helpful and correct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2020 07:35 AM