Json - Integration

hello everyone, I'm trying to invoke APIs from an app, which allow me to add records in tables of other applications.
for this I have generated a process that executes 3 tasks call a Webhoock

Adolfo_Enrique__1-1645126738188.png

Adolfo_Enrique__2-1645126771025.png

Adolfo_Enrique__3-1645126796200.png

 

 

Adolfo_Enrique__0-1645126505864.png

Adolfo_Enrique__4-1645126985430.pngAdolfo_Enrique__5-1645127028224.png

  • Taks APIPedidoDetalleProyecto

 

this are the JSON

{
"Action": "Add",
"Properties": {
"Locale": "es-AR",
"Timezone": "Argentine Time"
},
"Rows": [ <<Start : FILTER ( ProyectoSensores , [_THISROW].[id_proyecto]=[id_proyecto])>>
{
"IdPedido":"<<[ultimoPedido]>>",
"IdEquipo": "<<[ID_EQUIPO]>>",
"cantidadSolicitada": "<<[cantidad]>>",
"Observaciones": "<<[Observaciones]>>"
} ,
<<End>>
]

}

  • Task crearActividad

{
"Action": "Add",
"Properties": {
"Locale": " es-AR",
"Timezone": "Argentine Time"
},
"Rows": [ <<Start: FILTER (ProyectoInstalaciones, [_THISROW].[id_proyecto]=[id_proyecto])>>
{
"ID_AREA": "<<[area]>>",
"ID_INSTALACION": "<<[ID_INSTALACION]>>",
"ID_BATERIA":"<<[ID_BATERIA]>>",
"OBSERVACIONES": "<<[observaciones]>>",
"FECHA_GENERACION": " TODAY()",
"TIPO_TAREA_PLANIFICADA": "Relevamiento",
}
,
<<End>>
]
}

  • task APIPedidoDetalleProyecto

{
"Action": "Add",
"Properties": {
"Locale": "es-AR",
"Timezone": "Argentine Time"
},
"Rows": [ <<Start : FILTER ( ProyectoSensores , [_THISROW].[id_proyecto]=[id_proyecto])>>
{
"IdPedido":"<<[ultimoPedido]>>",
"IdEquipo": "<<[ID_EQUIPO]>>",
"cantidadSolicitada": "<<[cantidad]>>",
"Observaciones": "<<[Observaciones]>>"
} ,
<<End>>
]

}

All this is executed, if the next bott meets certain condition.

Adolfo_Enrique__6-1645127145546.png

 

but, once everything runs, I see on the monitor that there were no errors.
But the records have not been generated in the tables of the applications that I have defined in each task.

 

the monitor shows me the following. But I can't figure out where the problem is.

Adolfo_Enrique__7-1645127450320.pngAdolfo_Enrique__8-1645127481497.pngAdolfo_Enrique__9-1645127561122.pngAdolfo_Enrique__10-1645127612605.pngAdolfo_Enrique__11-1645127638022.png

 

Please, I would be very grateful if you help me to detect the problem

 

0 2 61
2 REPLIES 2

see previous post for some suggestions.

hi, WillowMobileSys's, Thank you very much for your help! I've read the post, but I can't find what's indicated. Please can you recommend the post that will help me solve it? Thanks a lot!

Top Labels in this Space