Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

SharePoint List Items to Select or HTML Table

(0) ShareShare
ReportReport
Posted on by 53

I want to create a flow that gets a list item when it's created, map and/or format the list items so I can pass all of the fields into an HTTP POST. Is this possible? I'm trying the flow below and keep getting "The 'from' property value in the 'select' action inputs is of type 'Object'. The value must be an array.". Any thoughts? Thanks in advance!

cgreenmzr_0-1646885229380.png

 

  • cgreenmzr Profile Picture
    53 on at
    Re: SharePoint List Items to Select or HTML Table

    Thanks @tom_riha ! You pointed me the right direction with using the 'Compose' action. I think my answer was even simpler than that what you provided. 

    cgreenmzr_0-1646920833631.png

     

  • tom_riha Profile Picture
    10,127 Most Valuable Professional on at
    Re: SharePoint List Items to Select or HTML Table

    Hello @cgreenmzr ,

    the 'Select' action expects an array as the input = multiple items in this case, but you've got just a single item. If it's a single item you can build the object directly in the 'Compose' action.

    {
    "Key1": "Value1",
    "Key2": "Value2",
    ...
    }

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

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!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1