- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 12:38 AM
HI all
I am trying to use the Microsoft Active directory v2 spoke - Action Add User to Groups
Our catalog form currently allows user to be added to single group only and has a variable called Groupname (allows only one group selection)
In the flow designer Add User to Groups there is a mandatory input Group Names array.string type
Will i be able to just pass my string value from catalog form to the Group name 1 i.e the first array element and leave the Group Names array blank and get the user added to Active directory - will this work
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 04:34 AM
Finally i was able to test this in my Dev environment but i used the Add Users to Group , It works with a single user as well , the workflow just passed a single user as a string and not an array but still the action completed successfully .Using that string input the action Add Users to Group action formats an array of string and uses it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 07:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 07:39 AM
Hi Hanwar
I have set mandatory string inputs for group name and user name
Using out of box activities to make sure both the Group lookup and User lookup is success and then only proceed for further actions (i use subflow for lookup as we have groups both in Onpremise AD and Azure AD)
Using out of box action to make sure User is not in group already and then finally call the Add users to group activity - Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 02:13 PM
Hi @Lann
Can you share more screenshots showing the entire configuration of flow, so that I can understand and try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 01:25 PM
I'm facing the same issue with converting some of our old flows to use AD Spoke V2. Were you able to find a solution beyond waiting to convert?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2024 12:42 AM
Hello LakshminnSn,
What you are trying will do give same thing ,
by this i mean if you use Add Users to group then also you would have to provide multiple usernames
and incase of Add User to groups in this also you would have to provide multiple groupnames.
So, if you say in your solution like this "Add USers to group" works then "Add User to groups" case should also work.
Please confirm once . Thanks