Data Action output undefined despite valid JSON path mapping

The docs state: “The output field maps directly to the JSON path provided in the configuration.” I’ve set the path to $.data.token, but the success output is returning undefined. The raw response body is valid JSON and the path exists. I’ve tried escaping the dot and using bracket notation, but nothing works. Here is the mapping config: {“output”: “$.data.token”}.