Below is what I'm trying to do:
1. Create the queue, and set item key with the column name which has empty data in the collection
2. Populate the queue, so item key will be blank as there are no data in the collection
3. While retrieving and working with the queue data, I'm trying to set the item key value based on some calculation I have done using the same queue data.
Any thoughts?