send email to two or more users via workflow
-
Wednesday, July 04, 2012 5:18 AM
Hi
Is there a problem to send mail to two users via workflow.
I have simple workflow when i send to one user the workflow working , if you add user , i have problem.
thanks.
Mauro
All Replies
-
Wednesday, July 04, 2012 5:23 AM
Hi,
may be you are not adding proper seperator between users. Can you try adding one user in "To" field and another in "CC" field. Can you tell how are you giving two user names in workflow.
Regards
Mahesh
-
Wednesday, July 04, 2012 5:29 AM
Hi,
Also check whether the user to whom you are sending mail has set proper email address.
Ref:
Regards
Mahesh
-
Wednesday, July 04, 2012 5:54 AM
Hi
I changed some settings , and get error when a field null.
Error: coercion failed input cannot be null for this coercion workflow.
thanks
Mauro.
-
Wednesday, July 04, 2012 6:01 AM
Hi,
revert it back and try with hard coded email ids..
Regards
Mahesh
-
Wednesday, July 04, 2012 6:06 AM
-
Wednesday, July 04, 2012 6:55 AM
Hi Mauros
May i know how you are selecting the user to whom you want to send emails?
Just check the user information in SharePoint whether the email address for the user is defined or not.
-
Wednesday, July 04, 2012 7:10 AM
I selected via : action - send mail , Current Item:cc (return field :display name or e-mails);
If field not not null , the workflow working. if null i get error : Error: coercion failed input cannot be null for this coercion workflow.
- Edited by Mauros Wednesday, July 04, 2012 7:13 AM
-
Wednesday, July 04, 2012 7:20 AM
Is it working for multiple users now?
isit giving this error if there is no value in Cc field or only for To field?
-
Wednesday, July 04, 2012 3:35 PMUse the log function to log the recipient values to the workflow logs and see how it goes. It sounds that you have email address wrong.
-
Thursday, July 05, 2012 9:51 AM
yes , Is it working multiple value.
this problem is when value is null , when there value is working perfect.
-
Thursday, July 05, 2012 4:09 PM
glad it worked.
Please remember to Propose As Answer if this solves your problem -
Sunday, July 08, 2012 5:21 AM
This not worked.
this problem is when value is null
-
Tuesday, July 10, 2012 12:31 PMModerator
Hi Mauros,
You can add a condition in your workflow like this:
If current Item:cc is not empty
Send email to current item:ccThanks & Regards,
EmirEmir Liu
TechNet Community Support
- Marked As Answer by Emir LiuMicrosoft Contingent Staff, Moderator Thursday, July 12, 2012 5:28 AM

