Need an example to loop Get Queue items activity after reaching 100 and should check all the items in Queue

Hi,

Can anyone help me with an example code to loop the get queue items activity.

So that, I can validate all the Queue items in my queue rather than only first 100.

@maddy99
Variables:
grafik
Flow:


Properties:

After Paging all retrieved QueueItems are stored on ListQueueItems

Also have a look on the Orchestrator API

2 Likes

Hi @ppr ,

Thanks for the quick example will check it and update you…

Hi @ppr ,

Can you please tell me like what are you assigning to ListQueueItems and how the queue data is added to it…

Sorry for the reduced screenshot:
ListQueueItems = new List(Of QueueItem) - Init it before usage
ListQueueItems = ListQueueItems.Concat(tmpQueueItems).toList (within correct spell form)

2 Likes

Hello @ppr ,

Thankyou for the help…It works fine and marked it as solution…

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