How to add comments in queue transaction

Hi All,

Can anyone know how to add comments to queue transaction through UiPath activities. Please suggest if any way is there.

Thanks!

adding comments directly to a queue transaction isn’t natively supported via standard activities. However, you can achieve this by using custom fields in the queue transaction or leveraging Orchestrator API

@harshika.10732998

Use orchestrator http request and use api call

Cheers

1 Like

@harshika.10732998,

If you don’t have strict requirement to have comment in specific content, use ‘Output’ to store status or comments for the transaction

1 Like

Hi @harshika.10732998
if your requirement is to add note or comment after processing queue item.you can use output parameter in ‘set tranaction status’ activity

1 Like

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