How to add tag for item in queue

I want to add item in queue with tag which can be worked by bot only tagged item for my process how can do this?

Hi @Anil_Potekar
Welcome to UiPath community
Get queue item using reference number or add some tag in transaction like flag and check if(queueitem.specificcontent(“flag”).tostring=“yes”)
Then process the transaction

1 Like

Hello @Anil_Potekar

Welcome to UiPath community…!

if you want to specifically get some items, then suggesting to use the Reference property. Also if you need to create a specific schema that is also possible in queue.

Thanks

1 Like