7x MSFT Certified || Power Platform Consultant, Co-Lead MHFAs, People Champion at ANS #HowAreYou
Power Automate Retrieve values as a concatenated string from JSON object Retrieve values as a concatenated string from JSON object How are you doing? I was on the Power Automate forums today and came across this post: Multiselect choice column in SharePoint returning array using Get item trigger; need to convert this into a string separated by commas.
I thought I would write a quick blog post to explain what I did to achieve the intended result. The poster, was asking for a value from a JSON array to be extracted and then concatenated into a string.
In this example, we explored how to extract values from a JSON object and concatenate them into a readable string using Power Automate. It shows the flexibility of Power Automate in handling and transforming data, making it an essential tool for those working with SharePoint and other platforms. The steps provided are practical and can be helpful for similar tasks involving JSON objects and data manipulation.
Read the full article Power Automate Retrieve values as a concatenated string from JSON object
Power Automate is a powerful platform for creating automated workflows, and it can be used to retrieve values from JSON objects. In this example, we will be looking at how to retrieve values from a JSON object and concatenate them into a string, separated by commas. To do this, we will need to create a cloud flow and set up an Initialize Variable step. We will then add a Compose action to capture the JSON object from the post on the forums. After that, we will use the Select action to pull out the Value item from the JSON object. Finally, we will use the Concatenate action to combine the values into a single string, separated by commas. With this method, we can easily retrieve values from a JSON object and concatenate them into a single string.
Microsoft Power Automate, SharePoint, JSON object, Choice Column, Multiselect, StringValue