My Flow is triggered by a message sent to Service Bus.
This message contains a body and some properties, but these are in a JSON format.
When I run an action (such as adding an item to a SharePoint List) I want to get the actual value of a property, rather than just write the JSON to a SharePoint column.
Is this possible?