cancel
Showing results for 
Search instead for 
Did you mean: 

Work Queue Item Keys

ShashiK_R
Level 4
After loading data into queue, Is it possible that I can update the Item Key by using Get Next Item and Set Data actions?
4 REPLIES 4

Sukesh_Vanarasi
Level 2
HI , I think it is not possible, item key value is the one which we give while creating the queue, we cannot update it using Get Next Item ,Set Data . Please state your query elaborately.

ShashiK_R
Level 4
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?

John__Carter
Staff
Staff
It's not possible to change the Item Key once the item has been added.

ShashiK_R
Level 4
Thanks John!