In advance training of UiPath how to add only all work item type WI4 in queue (dispatcher part)

In advance training of uipath academy I am facing problem for adding work item type WI4 in queue . Please help me through this.

Please go through PDD walkthrough pdf it covers almost everything. You just need to filter items from a datatable in a if condition in for each loop of an extracted datatable

Item(“Type”).equals(“WI4”) And Item(“status”).equals(“open”)

Thanks,
Prankur

Hi team,

Still facing problem to add work items type WI4 in queue. Can you please help me , it’s urgent I need to complete the training soon .

Thanks & regards

Okay so this should be your Process.xaml in Dispatcher workflow

in this for each there should be a condition like below

image

One more thing just make sure you have WI4 items in ACME account

Thanks,
Prankur