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:
Here is some additional information. I created a workflow variable and set it to CurrentItem:Approver as a string. I then tried to use the variable as the recipient in the email To field. This also didn’t work, even though I confirmed that the variable was set to a valid email address.
I am having exactly the same problem as you described. None of the suggestions listed here fixed my problem. Did the suggestions fix yours? If not, did you ever resolve this?
I have a similar field in my list called Approver. When I specifically send the email to myself, it works, but if I send it to the Approver, the workflow gets suspended.
My list field is set up as Eric suggested. and If I display my Approver field, it is filled in and returns a valid email address.
Any other suggestions out there?
Hey Mike,
For your workflow a quick thought would be to use the “Assigned To” field. That automatically generates an email alert for the item within SharePoint. Its not customizable but could help.
In regards to your Recipients field, go to your List settings and ensure your field is setup to pull in the “All Users” which is what I think you stated. The next is to look at your Show Field. You can have it display the “Work e-mail” which if its filled in at the Active Directory side should verify what is being pulled into the workflow.
Once that is done or verified, go to your workflow. On the To: > Select Users by clicking on the address book icon > Chose Workflow Lookup for a User > Select Recipient as the Field from Source > Return field as “string” or “Email Address”.
That should get your workflows sending emails. The other thing to check which SharePoint is funny about is to ensure you are doing this as a regular person. If you are a Farm Admin, I have seen it not start a workflow. However, when logged in as a normal user outside of yourself it works fine.
Let me know if that helps.
Eric
here is where I select the name in the people picker, note that it finds them in Organizations but not in ‘All Users’ or ‘Active Directory’ although they are there
Here is how I’m retrieving the email address, Recipient is the field on the document where it is stored.
Hope you can help a newbie, I really appreciate it!
Could you put some print screens on here, so we can help you a bit more?