Orchestrator queue - prevent duplicates

Is there a way to prevent forming duplicate records into Queue. If I keep uploading the same data again and again?

Thanks

Hey @A_Learner
you can use queue’s option:
image
It will help you ensure that data in the queue is not duplicated or overwritten.

2 Likes

Hello @A_Learner Welcome to the UiPath Community.

You can prevent duplicates:

  1. While adding references while uploading queue item which should be unique.
  2. The Queue should have Enforce Unique References :white_check_mark: in Queue Setting. Please find attached screenshot.

Thanks

1 Like

Thank you, if I add the same data again, does it throw error? How does it prevent?

Regards,

@A_Learner
you can use try catch block or just choose ‘true’ option in properties ‘continue on error’ in add queue item activity:
image

1 Like

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