I’m not sure how to Loop through an array with randomly names numbered keys. This is the output of my node. How do I run a set that has each array object in a table.
The example data you have shared looks like you have an object (with keys such as 1, 4, 7, etc. rather than an array). So in order to run an action against each of the objects under these keys you’d have to convert it into an array first.
Here’s a quick example workflow doing this using a bit of code based on the example data you have provided:
After the “Convert to array” Code node you should be able to use your n8n nodes as expected (as you now have multiple n8n items rather than a single object) and can loop through all of them: