Calling an external REST endpoint from a Data Action works fine, but the response mapping is dropping nested keys. The API returns {"data": {"id": 123}} and I’m trying to map data.id to the output variable, but it comes through null. I’ve tried flattening the path in the mapping config and even parsing it first, but nothing sticks. Is there a specific syntax for nested objects in the response mapper?