Is it possible to update a value of a sepecific Item inside my Queue during process?

Hello Community

My question is exactly as the Title. I want to edit a value of one of the items inside my queue during execution to maintain track of what workflow has been already processed in case of errors during a transaction. How is this possible?

Thank you for your attention.

not by activity
with some constraints, feasible with rest api call

in some cases, we can exploit the progress property
for failings in newer version the output property can be used

Use the Set Transaction Progress activity.

https://docs.uipath.com/activities/other/latest/workflow/set-transaction-progress

Hello @ppr , Thank you for your respopnse
I want to follow up to this topic. Could yo give me I bit more of info of what should I look at?

I already posted a link to the documentation for Set Transaction Progress

Hello @postwick , Thank you very much for your attention

I revised the documentation attached, but I didn´t find any info related to my question… Maybe you understood me wrongly. Let me put it into an example:
Let´s say I have my Queue Called “Invoice Info”… Invoice Info stores 3 items, Date, Amount and State. During the processing of any of the transaction of my queue Invoice Info I would like to update the value of the State Ite to a desired one.

Is it possible to edit the value of the item?

Hopefully, I made y inquiry clear enough, Thank you once again.

There are tons of posts in the forums about how to use the API (Orchestrator HTTP Request) to do this:

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