I am trying to see how to pass information from an Azure automation runbook to flow. The runbook has an object variable that has many properties to it. I have tried passing this to a Flow variable of object type. However, I dont see how you access properties of the object.
For example, $object.subscriptionName in the output is an azure sub name. How do I access that part of the object in flow?