Queue - Delete Item or row from Queue
Let's say that I have a Collection with 1000 rows. I want to add this to a Queue, and I do this by using the Work Queues VBO - Add To Queue. However, I don't want to add all of the row. If a data item in a row fulfills a certain condition, I want t...