Unable to fetch column valur from data table in message

Hello All
Iam filtering get data with phone number column.i hace written in message {{context.GetCabDetails.response.body.queryResult[0].Name}}

i get parsing error

uploaded images
1 2 3

Hi @harish.jalligama ,

Here we have 2 possibilities to get the error

  1. The path which you have configured in the message node to fetch the output of the service node may not be correct. To check kindly configure the message node with the following response in the Java Script and try to invoke the task.
    print(JSON.stringify(context))
    The output for the context object will be huge, kindly share the entire output here so that we can verify the path.

  2. The data which you trying to fetch may not be available in the table.

Kindly check and let us know with the above details requested.