web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / get specific value fro...
Power Automate
Answered

get specific value from sharepoint list

(0) ShareShare
ReportReport
Posted on by 109

Hi all,

 

I am new to Power Automate and trying to get a specific value from a sharepoint list and increment a variable. The list looks like this:

rating.png

 

 

 

The flow should increment a variable. E.g. If a condition is true it should use the value of "Rating" from "ID" 1 and it it´s false it should use the value of "Rating" from "ID" 2.

 

condition.png

 

 

I got a solution by writing the values in a array and use "variables('Rating')[5]" to get the value of index 5 equal to "ID" 5 from the list.

 

Array solution.png

 

 

But I guess there is an easier way with just one expression like "get value "Rating" where "ID" == 1" ?

 

Best Regards,

André

Categories:
I have the same question (0)
  • PrasadAthalye Profile Picture
    on at

    @Amatrox -

     

    If you would like to filter List Item for a given id, you can use GetItem Action. See below.

    PrasadAthalye_0-1611442561130.png

     

  • Amatrox Profile Picture
    109 on at

    @PrasadAthalye -

     

    thanks for your reply! I know this function but the problem is, that I have to choose the value due to an answer from a form. So I dont want to use "Get item" for every decission that the flow has to go through

  • Verified answer
    Paulie78 Profile Picture
    8,422 Moderator on at

    I'm not 100% sure I understand the question. But I think you want something like this:

    2021-01-28_11-34-36.jpg

    The select creates your array without the need for a variable and to loop through the items and produces output like this:

    [
     {
     "ID": 1,
     "Rating": 1
     },
     {
     "ID": 2,
     "Rating": 2
     },
     {
     "ID": 3,
     "Rating": 3
     }
    ]

    The filter then filters the output of the select, to just the ID you are interested in.

    The compose step at the bottom outputs the rating, from the only expected result.

     

    The select action will continue to contain the entire array of results so you can perform multiple filters on it if you are looking for different IDs.

  • Amatrox Profile Picture
    109 on at

    @Paulie78 -

     

    that´s what I was looking for! Not as short as I expected but I can live with that.
    Thank you!

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 605

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard