Hola comunidad. requiero de su ayuda.
Tengo un flojo que obtiene los valores de una lista Sharepoint.
Los resultados son los correos pero los tengo en un compose.
Hello community. I require your help.
I have a lazy that gets the values of a Sharepoint list.
The results are the post but I have them in a copose.
como puedo agrupar todos estos correos en un solo elemento o variable.?
How can I group all these emails in a single element or variable?
COMO PUEDO agarrar todos esos resultados y unirlos para tenerlos ejemplo.
HOW CAN I grab all those results and join them to have them as an example. [usuario1@correo.com;usuario2@correo.com;usuario2@correo.com.... ]
Hi,
You can replace your apply to each and compose with a select (make sure you enable text mode on select).
You will end up with an array and can then use the expression JOIN() on the body of Select. i.e. join(body('Select'),';').
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
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 |
---|---|
44 | |
18 | |
15 | |
14 | |
13 |
User | Count |
---|---|
74 | |
36 | |
29 | |
20 | |
19 |