0

I have workflow where I am looking up a SharePoint group. I have 3 members in the group however, the result of LookupSPGroupMembers is only 1 user… any thoughts?

(Visited 18 times, 1 visits today)
Beau Cameron commented February 7, 2017

I’ve actually changed my process to use LookupSPGroup instead and use the Title field to add to the collection. I wrote a small blog post on it, if anyone else wants more information on this. http://www.aerieconsulting.com/blog/email-sharepoint-groups-in-visual-studio-workflow

Add a Comment