Skip to main content

I need to create individual tasks to each user from an AD Group.

 

1. Create an item in Task List

2. Assign that tasks to an AD Group with 10 members

3. Run a workflow action that creates an individual task for each of the 10 members in that group.

Hi,

in you workflow you could call the UserGroup SharePoint webservices with GetUserCollectionFromGroup method and then processing the call result you could iterate through each user and create individual tasks.

Giacomo


Thanks....I'll give that a try


Hi ‌, have you been able to complete your requirement?


I neded extracting teh AD records and putting them in a list and then using that list.


Reply