where do we use of Bulk add queue items ? Please share some scenarios
Maybe you read a spreadsheet into a datatable and want to add the rows as queue items. Or you scraped data from a table on a web page into a datatable and want to add the rows as queue items.
@Sakshi_Jain
“Bulk Add Queue Items” activity can be used to add a datatable to Queue, Means It will adds a collection of items from datatable to queue.
Instead of adding single queue item at a time, You can add bulk items to queue at a time using “Bulk add queue items” activity.
Scenario → When you have bulk data in excel, You can split the whole datatable into small chunks of datatables and then add those chunks datatables to queue.
(“Add Queue Item” activity is time consuming especilly when uploding large datasets to queue, Instead “Bulk Add Queue Items” activity is used)
Refer the xaml for the same
Main.xaml (9.6 KB)