Is there a way to prevent forming duplicate records into Queue. If I keep uploading the same data again and again?
Thanks
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:
It will help you ensure that data in the queue is not duplicated or overwritten.
Hello @A_Learner Welcome to the UiPath Community.
You can prevent duplicates:
Thanks
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:
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.