How to avoid duplicate items entry from datatable into queue which is already having workitems?

Hi friends,

My queue is having work items,i want to avoid duplicate entries into queue.

thanks,
Hima

Why don’t you use remove duplicate rows first and then add the items to queue which will remove all the duplicates in the data table?