I want to select a property which exists in a JSON data at different child property. Some services have some same name property in JSON data. Example JSON data --- { "ATTRIBUTES": [ { "attributeid":"1", "status":"ok" } ], "STATUS":"UP" } --- This example have "status" property in "ATTRIBUTES" property, and "STATUS" property. Now, I select a "STATUS" property from Dynamic contents list, Microsoft Flow select "status" property. I want to select a property from the JSON data that have same property name. Regards, Yoshihiro Kawabata
... View more