Hi! I am new working with flows, so I hope to be as explicit as I can. When a new item is created in a SharePoint list, an approval email i send. The email contains all the values that are inserted in the item. The problem is that one of those values comes from a dropdown, a selection list, and in the email it is shown like this:
{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandReference","Id":0,"Value":"information_needed"
I need to just have "information_needed" that is what the selection from the form is. Any help would be great.