How to Increase the limit of GetQueueItem Activity

Hi All,

I have struck with one issue. I have added 300 data to queues now from queues i have to extract all these 300 data using only GetQueueItem activity. As GetQueueItem is limited to retrieve only 100 queues , how to increase the limit of GetQueueItem .Please help me its urgent i’m trying from 2 days i’m not getting solution.

NOTE: I don’t want to use GetTransactionItem activity , i have to fetch all the data using GetQueueItem Activity only

@Kiran_Bg

We can’t increase this limit. It will retrieve only 100 items from queue. Once it done you can use one more Get QueueItem activity to retrieve next 100 items like this you have to do.