How to retrieve all items from queue

Hi Team,

How can we get all the items from queue irrespective of any filters. I can see that Get Queue item activity has a limit of 100 items. Could you please help.

Thanks.

Hi @Suji,

You can use a loop for this activity and use the Skip option with the Get Queue items to get the next 100 items.

Hi @sarathi125

I have 1000 items in queue, how long do i need to loop and what should I give in Skip option

Thanks

@Suji,

Check this post,

and why you need to get all items

Thanks @sarathi125. As mentioned, I did a logic to loop through the next items by using Skip Option.

1 Like