dineshary
(Dinesh B)
January 31, 2020, 11:43am
1
Hi,
I was trying to update the fields in the Orchestrator queue item with the API endpoint
PUT /odata/QueueItems({Id})
But the return code is 404. When i tried to call the GET endpoint for the same id. it worked well. Is it possible to update the fields in a Orchestrator queue item?
dineshary
(Dinesh B)
February 4, 2020, 12:19pm
3
Finally, I found the reason for it using the swagger file. PUT endpoint for queue item is not available in 19.4. It is released recently.
It should work with 2019.10.1
1 Like
jan.exner
(Jan Exner)
February 18, 2020, 1:38pm
4
Hi,
can you share your code? I try update one field in queue item and i dont know how.
Thanks.
1 Like
Hello @dineshary
I´m having same question. Would you be able to share how you achieve it?
postwick
(Paul Ostwick)
August 21, 2023, 6:00pm
6
What about the other posts in the search results? Keep reading.
Hi @Elya
Apologies! Apologies! Apologies!
Please find the workaround for you.
Adding a disclaimer prior hand
[image]
Output for the UiPath flow
[image]
3rd info level log is the current SpecificContent of the queue item
7th info level log is the SpecificContent of the queue item after update
PFA - QueueItemSpecificContentUpdate.zip (2.7 KB)
Hope this is what you was expecting
Extremely sorry once gain ! Thanks for being with me.
#nK
1 Like