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
User | Count |
---|---|
16 | |
16 | |
14 | |
9 | |
8 |
User | Count |
---|---|
27 | |
26 | |
24 | |
23 | |
14 |