I need to map a REST response, as one of the response attributes is "id".
Easy enough to do, until the response is in multiple layers:
"data": [
{
"id": "li_1KH02dIkkadsadvWPN0jw7D9V",
"object": "item",
"amount_subtotal": 0,
"amount_total": 0,
"currency": "aud",
"description": "Freelancer",
"price": {
"id": "price_1KFyx3Ikkcsasdadas",
I have tried data.price.id as the "External Name" in the mapping.
Can anyone help me please!