cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
JosueCR
Frequent Visitor

Como unir los valores obtenidos en un compose. // How to join the values obtained in a compose.

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?

 

Captura de pantalla 2022-01-14 124546.png

 

Captura de pantalla 2022-01-14 124711.png

 

Captura de pantalla 2022-01-14 124928.png

 

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....  ]

 

1 REPLY 1
DamoBird365
Microsoft
Microsoft

Hi,

 

You can replace your apply to each and compose with a select (make sure you enable text mode on select).

 

DamoBird365_0-1642344980456.png

 

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

 

 

Helpful resources

Announcements
Power Automate News & Announcements

Power Automate News & Announcements

Keep up to date with current events and community announcements in the Power Automate community.

Community Calls Conversations

Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Automate Community Blog

Power Automate Community Blog

Check out the latest Community Blog from the community!

Users online (2,633)