How to add item information in Queue

Hello,

I am using Add bulk queue items in my process to add items in queue. But i also want to add other item information to these queue for e.g., Email. How do i add this item information when using add bulk queue items.

Thank you

Hi @sneha_arbole

According to the Bulk Add Queue Items page → Input section on UiPath Docs:

This DataTable variable can also contain data about References , depending on how the columns of the file are mapped. You can also read more on References here.

If you follow the hyperlink in the quote above, it shows you can structure your datatable to contain data with Custom_Name which automatically becomes part of Specific Data in queue item.

If you want email addresses in the queue items, add it to the datatable you’re passing to Add Bulk Queue Items.