How to retrieve optionset Text not value on update of dataverse in power automate?

How to retrieve optionset Text not value on update of dataverse in power automate?
You can get it by writing an expression with the OData.Community.Display.V1.FormattedValue for the column logical name.
You can read more details on my blog post.
https://linnzawwin.blogspot.com/2020/07/get-lookup-display-name-and-option-set.html
columnname@OData.Community.Display.V1.FormattedValue
e.g. outputs('Get_an_Account_Record')?['body/statuscode@OData.Community.Display.V1.FormattedValue']
items('Apply_to_each')?['_ownerid_value@OData.Community.Display.V1.FormattedValue']