Output Arguments is null when the process is completed

The robot api is returning empty output arguments, even creating a single process to only return arguments, attached images.

FYI

I use ‘https://cloud.uipath.com/mpfnprnhlqt/DefaultTenant/odata/jobs?$filter=Key eq XXXXX’ so, which one can I use?

La solucion es corregir el enlace la guia te dice GET/odata/Jobs({key}) pero no es el key el que se usa debe ser el ID a mi me funciono así.
https://cloud.uipath.com/mpfnprnhlqt/DefaultTenant/odata/jobs(ID) reemplazamos ese ID por el id del trabajo ejecutado ejemplo:
https://cloud.uipath.com/mpfnprnhlqt/DefaultTenant/odata/jobs(524871)
claro cuando ya este con estado successful.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.