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?