Unique key reference on a Queue item question

I have enabled unique key option enabled when creating the queue.
I am adding a reference column to the queue item.

But if I do not want to use unique reference, then creating a new queue without unique reference checked is not working.

What else I have to do? Do I have to remove the reference column as well?

Thank you,

Hi @A_Learner

When creating a queue in UiPath with the “Unique Reference” option enabled, it ensures that each item added to the queue has a unique reference. If you decide not to use the unique reference option,

Ensure the “Unique Reference” option is unchecked when you create or update the queue in Orchestrator.
If you choose not to use unique references, you do not necessarily have to remove the reference column. The reference column can still be used for other purposes, even if the values are not unique.
If you already have a queue with the “Unique Reference” option enabled and want to switch to non-unique references, you will need to update the queue settings in Orchestrator.

@pravallikapaluri
Thank you, let me try this and see I do not get any errors.

1 Like

@A_Learner

You need to create a new queue with unique reference unchecked…already existing qurue cannot be modified…

If you create a new queue even if you have reference or no reference it would work in both cases

Cheers

2 Likes

Thank you, @Anil_G
So when I create a new queue with no unique reference, I can add the same data again? Even though I have reference column set in my code while adding queue item, correct?

Thank you,

@A_Learner

Yes you can

cheers

1 Like

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