Hello,
I am using an HTTP Request to get all Group Owners and Parsing to get the DisplayName.
There are multiple owners per group and I'd like to get a single string of them all to add to a SharePoint list column.
My issue is where there is say 7 owners (image below) I can't get all the owners display names in one line of text.
I've tried Join and Concat in Compose and the below Select and Join options but am clearly missing something as I can only get the single string 7 times instead of the 7 strings joined together!
Any help appreciated.
Thanks.
Hi @Carl__D
Here you go. Using the same graph api call, you can get owners and create an array of display names using the select action.
FROM: outputs('Send_an_HTTP_request')?['body']?['value']
MAP: item()?['DisplayName']
You can then create a string and join as you see fit e.g. join(body('Select'),';')
Make sure you enable text mode on the 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.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
31 | |
29 | |
28 | |
18 | |
11 |