This is what I mean. Since the field values are repeated for each item in the PARSE JSON output, if you reference any of the fields, it should generate a loop as shown below.
I have simple pasted the following input in the compose action.
[{
"Field 1": "x",
"Field 2": "x - 2",
"Field 3": "OPEN",
"Field 4": "Brand",
"Field 5": "Address",
"Field 6": 0,
"Field 7": 2190,
"Field 8": 2445,
"Field 9": -255,
"Field 10": -0.104,
"Field 11": 0.209,
"Field 12": 0.212,
"Field 13": -0.00,
"Field 14": 2022
},{
"Field 1": "x",
"Field 2": "x - 2",
"Field 3": "OPEN",
"Field 4": "Brand",
"Field 5": "Address",
"Field 6": 0,
"Field 7": 2190,
"Field 8": 2445,
"Field 9": -255,
"Field 10": -0.104,
"Field 11": 0.209,
"Field 12": 0.212,
"Field 13": -0.00,
"Field 14": 2022
}]
