Jun 05 2017 08:24 AM
I am attempting to use O365 Group Email Addresses (hard coded in) inside of SharePoint Designer 2013 Workflows. There are conditional if statements that determine which email addresses will be sent to. (Could be one or could be multiple).
So if I have a Workflow Variable that includes:
group1email@company.com;group2email@company.com;
Then send an email (formatted as a string) -- note i've tried all the variations, and used this mechanism in SharePoint for eons.
This works perfectly in a SharePoint 2010 workflow
But in a SharePoint 2013 workflow, it appears SharePoint is unable to resolve the email address of the Group. Basically, the email addresses are "blank" to SPD2013.
If I create an email action and directly select the Group, it is able to send the email just fine. But any other dynamic variable selection, SharePoint doesn't know what to do with it.
Is there something different in SPD2013 that prevents it from being able to do this? Or maybe something specific with Groups? I'd rather not call a separate 2010 workflow just to send a simple email.
Jun 05 2017 01:06 PM
Jun 06 2017 07:16 PM
Jun 06 2017 07:19 PM
Feb 03 2018 12:27 PM
I am just setting up a workflow now and used the actual email address of the Office 365 group. A warning appeared that if the user may not be valid on the site and if so, no email would be sent. Have yet to test it out. I much prefer using FLOW but am now stuck with a xml forms library that Flow cannot "see" the data fields, so back to SPD 23013. Once I test this I will post results.