Issue with "Loop" Piece

Hello! I’m trying to run a loop to iterate over some items in a JSON response. When I test it, it shows as successful but doesn’t display the actual output.

When I click on another piece inside of the flow, it asks me to retest, but the issue persists.

Due to this, I’m unable to proceed further with building out my flow.

I’ve checked my other flows that have loop piece that was successfully tested, published, and ran with no issues in the past, but the same thing is happening now. Is this a known bug, or is it just me?

Thank you in advance for any help!

Could you show the value assigned to the Items field in the loop step? It should be a list or an array.

Attached is a list; it just seems like the loop piece is broken. I’ve done this before, if its not a list it would just fail, no?

Hi any updates on this?

Thanks for the details. fullAnalysis field is object with keys summary , globalkeys etc. Loop step required input array field like this.

 [{name:1},{name:2}]