I am currently building a work queue to loop through every item, find duplicate Key values, and merge the information together into a single item. After performing "Get Next Item", I can verify that item is now locked and information has been retriev...