Uipath Tutorial | Dispatcher in Uipath (Filtering the data and uploading into Queue)

Опубликовано: 07 Декабрь 2022
на канале: Reboot the work - UiPath
436
5

Dispatcher is the process that prepares the initial data and pushes it to the following sub processes to process it.

Instead of using "Bulk Queue Item" & adding item into queue directly, we have use "Filter Datatable" to fine-tune only the data which is need to added into the queue. In our problem, we have more Type items (WI1, WI2, WI3, WI4, WI5) in that, we are going to add only WI5 Type into the Queue

[Note: Below GitHub Link will you to access the Workflow file/Process Files which is shown in our session. If you are not sure how to download & use it then, Kindly check the "GitHub" Playlist ]
GitHub Link - https://github.com/Reboot-your-work/D...

Happy Learning !!