From the course: Complete Guide to UiPath RPA Development

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Create a queue

Create a queue

- [Instructor] All right, so let's see how to create a queue where we can store our queue items. I'm in Automation Cloud, I'll click on Orchestrator. I'll jump into my Enterprise folder and click on the Queues tab. I'll click on Add Queue, Create New Queue. I'll call this Leads because that's kind of what we've been dealing with here. Enforce unique references is going to allow us to place values into this reference field. Let's just say the email address of the lead, for example. And when this is checked, Orchestrator will reject any reference value that's a duplicate. So while it is possible for us to use data table manipulation to remove duplicates, you could also use this feature as well to identify and reject duplicate leads based on email address. I personally don't need to store my input data in an encrypted format, but if you work in banking or healthcare and such, this is obviously going to be a very powerful checkbox for you. You can see I have this auto retry failed items…

Contents