How to delete queue items from studio

Hello

I want to delete the items status is NEW and priority is low in queue
When trying to delete I’m getting the count which is 100 only[pic-1]

but in queue it was around 5k [pic-2]

How to delete these 5k queue items from studio

Thanks in advance

Dear Chandu,

Get queue item only fetch first 100 item from the queue.
You have to make use of for each loop with offset.

Once you have queue item to delete item you have to use delete queue item activity.

To fetch more than 100 queue item, please refer below video:

Mark as solution if it helps you. Happy Automation :slight_smile:

Br,
NikZ

@rsr.chandu,

  1. Use Get Queue Items activity to get only the New State queue items.

  1. Design the logic like this. This will keep iterating all the queue items till there are no queue items in New state.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.