Hi everyone,
I hope you are well.
A quick question: Is it possible to create a flux from a SP list sending an email when the recipient's address is contained in a text column?
I just tried it and SP tells me that the "To" parameter can't be null or empty.
Thank you very much for your answers!
Have a nice evening
Solved! Go to Solution.
Le flux prend en charge les adresses e-mail contenues dans une colonne de type texte.
Merci de votre aide.
@FJA As To field is mandatory in Send email action but you can use work around for such case. Use any shared mailbox email for such purpose.
1. use one compose and pass your text column value
2. in To field- If(empty(outputs('compose')),'Dummy email id',outputs('compose'))
Please 'Thumbs Up' the posts that helped you and 'Mark as Solution' if my post answered your question.
Le flux prend en charge les adresses e-mail contenues dans une colonne de type texte.
Merci de votre aide.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
12 | |
11 | |
9 | |
9 | |
6 |
User | Count |
---|---|
26 | |
20 | |
12 | |
10 | |
7 |