I am trying to push an item to a list and later I am pulling the item with a WHERE clause? I make something totally wrong, because I can't get it working. It is just a small example. The item gets to the list in the onEntry trigger of the queue and is pulled in the onExit trigger of the processor.
WHERE id == tonum(item)
The id contains the same item converted to a number in the onEntry Trigger.
Is there an easier approach, because the reference is already on the list? It is the value column.