Shopify – Azure Logic App : retrieve a value from key value within parsed JSON
I am building a logic app where I have some JSON pulled from Shopify this has extended properties like this { "metafields": [ { "id": 222222, "namespace": "global", "key": "test", "value": "210690" }, { "id": 555555, "namespace": "custom", "key": "pallet_quantity",…