Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Connectors
Unanswered

read specific data from array after get items from a list

(0) ShareShare
ReportReport
Posted on by 16

Hi,

 

I use the action "get items" on a SharePoint list. I get the following result (see below)

How can I access the individual values?

for example the text "Example Text" from the column "Wert1"

 

{
"value": [
{
"@odata.etag": "\"4\"",
"ItemInternalId": "1",
"ID": 1,
"Title": "Erster Eintrag",
"Wert1": "Example Text",
"Auswahl1": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 1,
"Value": "Auswahl 2"
},
"Auswahl1#Id": 1,
"Datum10": "2023-01-25T08:00:00Z",
"{Identifier}": "Lists%252fBautagebuch%2bDemo%2bTeam%252f1_.000",
"{IsFolder}": false,
"{Thumbnail}": {
"Large": null,
"Medium": null,
"Small": null
},

  • P4AndiIT Profile Picture
    16 on at
    Re: read specific data from array after get items from a list

    Hi, @ScottShearer 
    the flow is a bit longer, so a few more screenshots
    (sorry, actions are in german language)

     

    First, i search all teams which are not archived

    P4AndiIT_0-1672822599846.png

     

    Then I get the website address and call up all the lists of this websites

    After that, i only want lists, with a certain word in the beginning of the name in each website

    P4AndiIT_1-1672822684574.png

     

    When I have found the right lists, I search for all elements in the respective list that have a certain status / criteria.

    I append each result (element) to an array variable

    P4AndiIT_2-1672822809521.png

     

    After that i have a array with my desired results. this works fine.

    The results in the array are then listed as I wrote in my first post (see above).

    Now I would have to split the found elements from the array individually to write them into a new list.

     

    Thanks for your help

     

     




  • ScottShearer Profile Picture
    25,228 Most Valuable Professional on at
    Re: read specific data from array after get items from a list

    @P4AndiIT

    Sometimes you can add a compose action and will have access to the columns.  Then, you can reference the Compose action.

    Please post a wider screen shot of your Flow.  If you do, I can suggest syntax that will allow you to directy refernce the columns that you need.

     

  • P4AndiIT Profile Picture
    16 on at
    Re: read specific data from array after get items from a list

    Hi ScottShearer,

     

    I do not have access to the Dynamic Content that you have highlighted in yellow, because I have the necessary list selected dynamically beforehand. This is not fixed. I only have access to "value" and "body" (see screenshot).

    The flow takes all the lists of a team (I don't know beforehand how many lists there are) and takes elements with certain criteria from each list.

     

    P4AndiIT_0-1672766353523.png

     

  • ScottShearer Profile Picture
    25,228 Most Valuable Professional on at
    Re: read specific data from array after get items from a list

    @P4AndiIT 

    If your question is how can you refer to Wert1, that data should be available in Dynamic properties under the Get items action.

    image.png

     

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

Featured topics