Skip to main content
Nintex Community Menu Bar

create individual tasks from ad group

  • July 31, 2015
  • 4 replies
  • 30 views

Forum|alt.badge.img+4

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.

4 replies

Forum|alt.badge.img+11
  • Nintex Partner
  • July 31, 2015

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


Forum|alt.badge.img+4
  • Author
  • August 11, 2015

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


Forum|alt.badge.img+11
  • Nintex Partner
  • October 25, 2016

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


Forum|alt.badge.img+4
  • Author
  • March 3, 2017

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