Sending user task to the SharePoint group


Badge +1

Hi Friends,

 

I am currently using K2 for sharepoint on sharepoint oneline, and  in the K2 form we have peple picker control to resolve the username and also SharePoint group, and trying to use send the user task to the group that is resolved in the K2 form.

 

when i tried this user task is not delivering to the group, workflow getting erred, 

Error message-Message: Invalid value supplied: 'xyz'. Value should be a valid Guid or e-Mail address.

 

Please let me know of this is the correct way doing, or im missing something.

 

 

Thanks in adance.

Vishnu

 


2 replies

Userlevel 6
Badge +16

Hi,


 


Perhaps you can use the SharePoint Group SmartObject to get around it, see below. I don't have SharePoint Online to test this, it will be setup similar to the on-prem SharePoint.


 


Use system Management_Group SmartObject under the registered site to pull back users from the a SharePoint group.


 


Management_Group SmartObject > Get Users for Group method.



 



 


 


 

Badge +1
Thank you khanh.

Reply