If you have an array within an array in a record and you want to transform, use the following example: Input: { “Items”: [ { “Name”: “perfume”, “Price”: 50, “Flavors”: [ { “Weight”: 3.14, “Scent”: “Obsession”, “Color”: “black” }, { “Weight”: 3.41, “Scent”: “Cool waters”, “Color”: “Black” } ] } Rules: Output: { “products”: [… Continue reading Transformation 1.0: Transform an array within an array