How to update a value of a queue item using Orchestrator HTTP Request activity

Hi All,

I need to update the value for “Total Deduction Items” of the specific content in the transaction item.

image

I have tried using Orchestrator HTTP Request activity. Even though no errors are thrown, the queue item is not getting reflected with the value.

payload used
image

Please help me to achieve this.

Thanks in advance.

we would recommend

  • first try it on swagger
  • then port it to Orchestrator HTTP Request

@Athulya_S_Chandran,

Follow this video tutorial.

Thanks,
Ashok :slightly_smiling_face:

There are tons of posts on this if you search the forum.

https://forum.uipath.com/search?q=update%20queue%20item%20http%20request

I’m not sure you can update a queue items specific content once it is in progress, that might be part of the problem and I am not sure of a requirement where you would also want to after the queue item has been created but before its processed to be honest.

Are you sure you shouldnt be using the Output instead?

Hi @Athulya_S_Chandran

Regards,