
Announcements
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:
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.