I am looping through the array AllSiteEmployees.
Within that loop, I am filtering the array AllChipAwards for the current item in the loop.
This works.

When a match is found, I want to append the result (body) to a new array AllSiteChipAwards.
When I try to use "Append to Array Variable", it says I cannot append an array to an array.
When I try to use "Append to String Variable", it appends, but the resulting data is a mess:

How can I create an array of these?
"EmployeeName": "Jane Doe",
"EmployeeID": "6237M",
"GrantedBy": "Jon Doe",
"GreenChips": "+1",
"RedChips": null