I've been working on a Power Automate to gather changed information from list columns and email them to the owner of the list. So far, my PA works, but for some reason the columns with the "single line of text" display the information correctly while the choice columns look like:
[
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 1,
"Value": "2024"
}
]
I have 6 choice columns this is happening with and my question is how do I make the information display correctly?
Looking for a solution based off of the screenshots provided. I've tried adding Initializing variables with no success.