Snippets Collections
const results = []

for (const item of items[0].json["tickets"]) {

      results.push({
        json: item
      })
    
}

return results;
star

Thu Aug 19 2021 16:56:17 GMT+0000 (Coordinated Universal Time) https://community.n8n.io/t/remove-parent-field-in-json-response/2106/4

#n8n #halo #json #zendesk

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension