Built a Data Action to hit a local Node.js endpoint. The response comes back as a JSON array, but the output variable in Architect stays empty. Here’s the JSON I’m getting: [ { "id": 101, "status": "active" } ]. I’ve tried mapping the root and using index 0, but nothing sticks. Any ideas?