Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have created an InfoPath form workflow in designer. It is a simple workflow which uses the "Collect data from user" task. It requires that the user supply a choice: "Approve" or "Reject", and select a person using a group\people picker.

The workflow executed fine for the first day or so, but now is failing after the first task.

It returns a System\Administrator error to the workflow progress page, but is very under descriptive in the issue.

In the log we found:

Failed to get SPGroupName from GroupID. Error Message: Group cannot be found. Callstack: at Microsoft.SharePoint.SPGroupCollection.GetByID(Int32 id) at Microsoft.SharePoint.WebControls.PeopleEditor.set_SharePointGroupID(Int32 value).

I have run a search for this on the web and have returned a lot of similar results but no solution.

Any Ideas? Similar Situations? Work abounds etc.?

share|improve this question

1 Answer

I had also faced this issue earlier. The form requires multiple approval and I was capturing the different approver inside infopath form. The issue was coming when I was taking the display name of the approver. The issue got away when i tried taking accountId of the approver. Hope this solve ur problem.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.