Got a Data Action calling an internal endpoint that returns 200 OK with this JSON:
{"items": [{"id": "123", "status": "active"}]}
Mapped the output to $.items[0].id in the success block, but the variable is coming back as undefined in the trace. Checked the raw response header, content-type is application/json. Any idea why the path is failing?