Orchestrator output argument has value, but when called on API, it returns null. How to solve

Hey guys,

I’m facing issues with getting the output argument from orchestrator. In the image below, I ran a process and got the details below. Note: A JSON appears in the output, i just put *** to hide details

  1. Job information
  • Process: Bill_Itemization
  • Package: Bill_Itemization
  • Package version: 1.0.6
  • State:Successful
  • Raw message:
    Job completed
  1. Runtime details
  • Start Time: 11/6/2024, 5:59:03 PM
  • End Time: 11/6/2024, 5:59:33 PM
  • Machine template: PF43Q0JD
  • Robot: *@.com.my-unattended
  • Account: *@.com.my
  • Hostname:***********
  • keyboard_arrow_down Input Values: Object

in_bool_SendEmail:false
in_bool_Bill_Summarized:false
in_bool_Bill_Itemized:false
in_str_PhoneNo: *******

Output Values: Object

out_json_BillingHistory: [{“Subscription”:“*****”,“Offer Name”:"D_Rebate for Mobile…

However upon calling this command to get the argument,
https://cloud.uipath.com/maxisiyvwgdy/RPA/odata/Jobs?$filter=Key eq [URLParameterKey ]

I get null for output argument.
also note, there are 3 input argument which states false,
none of which are showing up

This ruled out that variable type is the issue (boolean, json, string)
also, i have tried to cut the output character to single line and yet this still happens.

Hope anyone can help me on this

have a look here for further explanation

1 Like

Damn this hurts…

I shall mark this case as resolved.

Thank you

@Royyy,

You can refer this for more understanding on this.

1 Like

Thank you for your reply Ashok.

This is very helpful

1 Like

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