I am using the "label" of a choice value column for PowerAutomate to create an item to a sharepoint list. I want the column to display the "Label" of the field and not the boolean number.
Expression based on your action step
outputs('TransRequests')['body']['crd1d_trippurpose@OData.Community.Display.V1.FormattedValue']
Breaking down the expression
('TransRequests') = your action step (I named mine "TransRequests" it is a Get Row ID action.
['body']['crd1d_trippurpose@OData.Community.Display.V1.FormattedValue'] = Your DataVerse Column
Create a variable for the "Label" to use later with expression.
The output