We have a Data Action returning a simple JSON array of IDs, but the Loop block in Studio keeps failing on the second iteration. The initial payload looks correct, yet the loop variable seems to lose scope or type.
{"ids": ["101", "102"]}
Using GetRESTProxy to fetch this, then assigning the result to data.ids. The loop is set to iterate over data.ids. Does the Loop block require a specific wrapper object, or is this a known bug with array parsing in the latest Studio update? We’ve tried casting it to string first.