Data Action output undefined despite 200 OK

The external data action returns a 200 OK, but the success output is undefined in Architect. I’ve mapped the JSON path to $.data.customerId based on the payload structure. Here is the raw response: {"data": {"customerId": "CUST-123"}}. Why is the mapping failing?