While creating a new queue, where can I find Set Unique Reference

I’m learning orchestrator, and I added a queue from a datatable, but items weren’t added to the queue in the orchestrator, then i found this answer and in here its says you have to Set Unique Reference to No

so i try to edit the queue settings but didn’t find any setting like that and then i create a new one and while creating the new queue I’m still not able to find any kind of “Set Unique Reference” option

as you can see below i cant find any Set Unique Reference option


and here is the uipath

Hey @indiedev91,

The check box Enforce Unique Reference is pointing out to the same.

Thanks,
Sanjit

1 Like

Hi @indiedev91 ,

  • Reference - The reference of the added QueueItem. The reference can be used to link your transactions to other applications used within an automation project. Additionally, this feature enables you to search for certain transactions, in Orchestrator, according to the provided string.

This property is available starting with v2017.1.

Additionally, references are not compatible with the 2016.2 or lower versions of Orchestrator or Robot.

From https://activities.uipath.com/docs/add-queue-item

You can find it in the Add queue item activity as in the screenshot below.
Maybe you are using 2016.x version of the Studio?

If you have it available on the activity, you just have to pass a string with the ID to the input argument.

image

Thanks & Regards,
Shubham Dutta

1 Like

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