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
- Job information
- Process: Bill_Itemization
- Package: Bill_Itemization
- Package version: 1.0.6
- State:Successful
- Raw message:
Job completed
- 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

