web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details
Power Automate - Building Flows
Answered

How to get the output body/value from multiple lines

Like (0) ShareShare
ReportReport
Posted on 10 Oct 2023 08:46:08 by

Hi All,

 

I need your help how to get all values of a combi field for a sharepoint list.

 

Example below. I need to get the value of multiple lines. 

Result should be 'Value 1' and 'Value 2'

 

Thx Martin 

 

{
"statusCode": 200,
"headers": {
},
"body":
"Test1": [
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 237,
"Value": "Value1"
},
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 67,
"Value": "Value2"

  • Verified answer
    AndreasN Profile Picture
    307 Super User 2024 Season 1 on 10 Oct 2023 at 12:34:13
    Re: How to get the output body/value from multiple lines

    Is your compose 6 action pointing at the specific column or the whole output of your "get item"? 

    The output of your compose 6 looks off, it should not return ID and all the other columns, but only the values of your "value" column from your "get item".

    As you can see mine does:

    AndreasN_0-1696941207198.pngAndreasN_1-1696941245426.png

     

Helpful resources

Quick Links

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2

Loading complete