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 / Value out of an item/c...
Power Automate
Answered

Value out of an item/column

(0) ShareShare
ReportReport
Posted on by 257

I have a simple flow that gets items from a SPO list, once of the fields in a choice field.  Normally for these columns in power automate you would select the entry with "ColumnName\value", I don't see this option for one particular column.

This is what a Select action shows:

 "Deferre Y/N": [
 {
 "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
 "Id": 0,
 "Value": "Yes"
 }
 ],

 

I tried to use an expression

item()?['C3_DeferreYN_1/Value']

 

but this is returning Null

 

Is there a way around this?

 

 

Categories:
I have the same question (0)
  • Sundeep_Malik Profile Picture
    6,501 on at

    Hey @kilaj1 

     

    Pass the above data in Parse JSON, the. Just select the dynamic field of value.

     

    Follow the steps in the video:

    https://www.google.com/search?q=parse+json+power+automate&oq=parse+json+power+automate&aqs=chrome..69i57.9243j0j7&client=ms-android-oneplus-rvo3&sourceid=chrome-mobile&ie=UTF-8#fpstate=ive&vld=cid:160f2bf6,vid:e0dzMqoJGtY

     

    Or also try one of the following expressions. Currently travelling so can't test.

    item()['Deferre Y/N']?['Value']

    or

    item()['Deferre Y/N'].Value

     

  • kilaj1 Profile Picture
    257 on at

    Thanks for the reply, I was hoping for an expression solution so i did try the two you suggested and unfortunately, they don't work.

     

     I thought I read somewhere that the Item() expression has to be used with an array?

     

    I've made some progress with the json method, but it seems fairly complexed just to pull one value.

  • v-liwei-msft Profile Picture
    Microsoft Employee on at

    Hi @kilaj1 

     

    Please modify formula to this:

    item()?['DeferreY_x002f_N/Value']

     

    Best Regards,

    Levi 

  • Verified answer
    Ajinder31 Profile Picture
    530 on at

    Hi @kilaj1, I think below expressions should work. I assumed we're trying to get the first value in array.
    I haven't tried it but let us know if it doesn't work.

    first(item()['Deferre Y/N'])?['Value']

     

    --------------------------------------------------------------------------------------
    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.

  • grantjenkins Profile Picture
    11,063 Moderator on at

    I might as well jump in too 🙂

     

    If you're access your items within an Apply to each, then you would access the item using the following expression:

     

    //Assuming your Apply to each was named: Apply to each
    
    items('Apply_to_each')['Deferre Y/N']?['Value']

     

  • kilaj1 Profile Picture
    257 on at

    This one worked thanks!

     

    This was a get items from SPO list and then a Select action it was not wrapped in a apply for all.

     

    Thanks for all the responses!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
11manish Profile Picture

11manish 245

#2
David_MA Profile Picture

David_MA 216 Super User 2026 Season 1

#3
Valantis Profile Picture

Valantis 212

Last 30 days Overall leaderboard