Remove user from multiple groups using flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 10:41 PM
Hi Team,
I have built a flow to add/ remove user from groups.
For remove part the flow is removing only one group
can you please help me to figure out the error.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 10:45 PM
@Preethi26 Could you please share the complete screenshot of the flow, specifically covering the remove part.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 05:02 AM
In else part of flow i have looked up grmember table and delete record.
In catalog variable remove group is list collector. this flow is removing user if only one group is selected in variable.
but if we have more than one group its is not working.
Guess i have to add for each, but im still learning flow so not sure.
Kindly suggest some hints.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 10:45 PM
Are you using look up record or loop up records, there are two actions, one returns a single record and other one returns multiple records, check that once it should work fine.
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 10:50 PM
Hi Aman,
I changed to Look up records, but in delete action i cant pick up the records(greyed out)