Saludos tengo un problemita que no logro resolver.
Obtengo los datos de correo electrónico de una lista SharePoint para luego poder enviarles un correo a todos.
Pero como puedo pasar esos elementos del array a una solo string.
PD.. la cantidad de correos puede ser variada, correos puede ser N cantidad, desde 1 solo hasta 20 o 30 usuarios .
asi.
[
{
"correo": "jgonzalb@ccss.sa.cr"
},
{
"correo": "psdelao@ccss.sa.cr"
}
]
a : "jgonzalb@ccss.sacr;psdelao@ccss.sa.cr"
adjunto capturas.
RESULTADO.
Solved! Go to Solution.
Hi @JosueCR
You can use the value from get items in a select and enable text mode by clicking on the bottom right hand corner of the select before inserting the email field. This gives you an array of emails. Then you can use Join on a ; to create a string of emails.
Please consider accepting my answer as a solution if it helps to solve your problem.
Cheers
Damien
Please take a look and subscribe to my YouTube Channel for more Power Platform ideas and concepts, or take a look at my website. Thanks
Hi @JosueCR
You can use the value from get items in a select and enable text mode by clicking on the bottom right hand corner of the select before inserting the email field. This gives you an array of emails. Then you can use Join on a ; to create a string of emails.
Please consider accepting my answer as a solution if it helps to solve your problem.
Cheers
Damien
Please take a look and subscribe to my YouTube Channel for more Power Platform ideas and concepts, or take a look at my website. Thanks
Me tomo algo de tiempo comprender lo que dices, pero lo logre.
Gracias. 😀
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
69 | |
24 | |
18 | |
16 | |
13 |
User | Count |
---|---|
135 | |
44 | |
32 | |
32 | |
29 |