Assing Variable TypeError: Cannot read property
Summary
TypeError: Cannot read property 'cantidad' of undefinedContent
Hi, i have a assign variable action, I am taking the result of a rest service and trying to map it to the screen variables
but the result is a json that comes in the following format
{
"bOOrdenPedido.cantidad": "asd",
"bOOrdenPedido.centroCostos": "asdasd",
"bOOrdenPedido.costoUnidad": "asd",
"bOOrdenPedido.detalle": "asd"
}
mapping is correct but at runtime it does not find the attribute, $chain.results.callRestEndpoint1.body.bOOrdenPedido.centroCostos/
I think the error can be the marked
Tagged:
0