i need to create a flow that adds the user to the AD groups selected in a list collector variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2025 07:08 AM
i need to create a flow that adds the user to the AD groups selected in a list collector variable using microsoft entra spoke action Add user to groups, how can i do that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2025 07:18 AM
you can iterate that list collector using For Each and then invoke the Flow action and pass the user and group
what did you start and where are you stuck?
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
‎06-10-2025 07:23 AM
the add user to groups action needs two inputs the username and the groups in array.string format, is the list collector value already in this format?