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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Can't get option set l...
Power Automate
Unanswered

Can't get option set label from Dataverse list

(0) ShareShare
ReportReport
Posted on by 9

I have created a flow that gets a list of records from a custom CRM entity. The result of this list shows the following for an option set attribute that I want to retrieve the label for:

                "colleagu_contract_feetype@OData.Community.Display.V1.FormattedValue""Contractor Ltd Company",
                "colleagu_contract_feetype"752020000,
 
I have used the following expression to get the label, but it comes back blank (no error):
outputs('Get_Placements')?['body/colleagu_contract_feetype@OData.Community.Display.V1.FormattedValue']
 
I have also tried this with same result:
items('Apply_to_each')?['body/colleagu_contract_feetype@OData.Community.Display.V1.FormattedValue']
 
What am I doing wrong?
 
I have previously been able to retrieve the label from this record when it is the result of a trigger using:
triggerOutputs()?['body/_colleagu_contract_feetype_label']
 
My current flow doesn't use this entity as the trigger however, hence the need to use 'list rows'.
Categories:
I have the same question (0)
  • Manish Solanki Profile Picture
    15,099 Super User 2025 Season 2 on at

    Hi @JamesAy 

     

    List rows does not return the body object but returns an array object 'value' so pls try the below expression:

    items('Apply_to_each')?['colleagu_contract_feetype@OData.Community.Display.V1.FormattedValue']

     

     

     

    If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.

     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
trice602 Profile Picture

trice602 398 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 323 Super User 2025 Season 2

#3
Expiscornovus Profile Picture

Expiscornovus 183 Most Valuable Professional

Last 30 days Overall leaderboard