0

I have a simple list with one field I named ‘Recipient’.  It is a name field that allows you to select other sharepoint users.  The workflow has one action, send email that does a workflow lookup at the Recipient filed on the current item and returns  the field as a semicolon delimited email address.  When I create a new item and select myself as the recipient the email gets sent but if I select anyone else the workflow goes into suspend status with the following status:

RequestorId: 0e07d921-ea12-e086-0000-000000000000. Details: RequestorId: 0e07d921-ea12-e086-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ArgumentNullException: Value cannot be null. Parameter name: Input at Microsoft.Activities.Expressions.SplitString.Execute(CodeActivityContext context) at System.Activities.CodeActivity`1.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
I have full rights to the site, I’m puzzled as to what is happening
(Visited 1,241 times, 1 visits today)
Add a Comment