I'm trying to generate a reminder email only for items that are NOT complete and in between a reminder date and a due date. It works and sends the email when the email is hard-coded (blah@blah.com) , but fails if I try to use the "Author email" field from the associated SharePoint list.
My Power Flow is associated with a SharePoint list.
The ERROR:
Hi @marmot777 ,
Please enter the expression manually.
Do not directly select the 'Author Email' and 'Lead Email' dynamic content.
This will cause unnecessary loops and flow will report an error.
In addition, I found another problem.
If your 'Status' is a single-choice column, you should use ’Status Value‘ instead of ’Status‘.
Like this:
item()?['Email']
join(body('Select'),';')
join(body('Select_2'),';')
Best Regards,
Sunshine Gu
Hi Sunshine Gu, I need to also CC multiple "Leads" and "Managers" in the same way. How do I expand on your solution to include groups to CC? I tried the following...with the "To" field Expression filled in as
With the following error:
Hi @marmot777 ,
1)In the Send an email, we already use the join function to join the email addresses of multiple authors together to send an email to multiple email addresses.
You can check in the running records whether the ‘To’ of send an email is multiple email addresses separated by ';'.
2)Also, this is just a test example I'm showing you how to send emails to multiple authors' email addresses.
If you have other questions, please create a new post and provide more description information, and more people will help you answer it.
Best Regards,
Sunshine Gu
Hi Sunshine Gu, I don't feel like my problem is solved yet because I don't know how to send the email to multiple email addresses. Also, I don't understand your solution enough to compose a clearly written question. Was this your intended solution, or a test case like you said before.
Hi @marmot777 ,
If I solve your problem, please mark my response as a solution so I can help more people who are experiencing this challenge in the future.
For your new question, you can re-post it on the forum so that more people can see it, which will solve your problem more efficiently.
Best Regards,
Sunshine Gu
Also, if this is the solution, what is the most efficient way to add more email addresses to CC to?
With your help, I was able to get the following working and sending emails. Is this the solution, or was this a test and you have something else in mind.
THANK YOU!!
Hi @marmot777 ,
Please delete Apply to each3 and change Author Email to Author.
Best Regards,
Sunshine Gu
I tried both "Author" and "Author email" but ended up with the same error.
Hi @marmot777 ,
Please carefully check the configuration parameters in 'Select':
Best Regards,
Sunshine Gu
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional