- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2022 02:38 AM
Hi,
I am new to integration, want to add multiple users to Azure AD group through service catalog and I am using flow designer for connections. So please give some suggestions. Thanks in advance.
Solved! Go to Solution.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 11:41 PM
If you want to add multiple users to the group, build the input with a flow variable before adding it to the "Add multiple users to group" action.
Step 0, create a flow variable that will contain users data
Step 1, get catalog variables (list collector values)
Step 2, do a look up of user records, where sysID is one of Step 1
Step 3, for every record found in step 2, add the appropriate data (not sysID) to the flow variable
Step 4, use the data in the flow variable as input to the "Add multiple users to group" action

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 01:02 PM
just add your field here, doesn't list collector just stores array of sys_ids
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 03:51 AM
Can you confirm if this worked? If it did, feel free to mark it as correct, so future visitors can find resolution.
Thanks 🙂
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 11:07 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 11:41 PM
If you want to add multiple users to the group, build the input with a flow variable before adding it to the "Add multiple users to group" action.
Step 0, create a flow variable that will contain users data
Step 1, get catalog variables (list collector values)
Step 2, do a look up of user records, where sysID is one of Step 1
Step 3, for every record found in step 2, add the appropriate data (not sysID) to the flow variable
Step 4, use the data in the flow variable as input to the "Add multiple users to group" action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2022 10:46 PM
Hi Olan, then what we need to do if we need to have multiple users in a group.