Trying to iterate over a JSON array returned from a Data Action using the Loop block. The output is [ {"id": "123"}, {"id": "456"} ] but the loop only processes the first item before exiting. The iterator variable is set to $.data and the condition is $.index < $.count. No error messages, just stops. Anyone seen this?