Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Trying to filter array using an option from a Choice SharePoint column that has both and "ID" and "Value"

(0) ShareShare
ReportReport
Posted on by 106

I'm trying to filter my array by it's status column, which in this output is field_20. 

I'd like to only keep the values with a status of 'deployed', but my status column in SharePoint is a choice column and comes with an ID and Value. How can I just select the value from this field? When I try using 

item()?['field_20']['Value'] I get an error that it's only receiving null values when my first screenshot proves there should be some rows with a 'Deployed' status.
 

melf123_2-1692300063974.png

melf123_0-1692300251471.png

 

 

 

 

  • creativeopinion Profile Picture
    10,450 Super User 2025 Season 1 on at
    Re: Trying to filter array using an option from a Choice SharePoint column that has both and "ID" and "Value"

    Try to use this expression:

    item()?['Value']

    Hope this helps!


    If I helped you solve your problem—please mark my post as a solution ✅.
    Consider giving me a 👍 if you liked my response!

    👉 Watch my tutorials on YouTube
    👉 Tips and Tricks on TikTok

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