Loop over all items in previous result and write each as a (postgres) db in flow
I can of course link the inputs in my inline postgresql flow action to each item like
results.b.reports[0].someValue but that will insert only the one row for reports[0]. I would like to repeat this and insert a row for as many objects as exist.