How to get queue item using for each loop

How to get queue item in for each loop activity…
Thanks in advance

HI @Akash_Bawankar ,

Use Get Queue Item activity whose output stored in Collection of queue item.
You can iterate it in foreach loop one by one.

1 Like

Ok thanks
And how can I view this in message box or in output section
What syntax should I write

Hi,

Please try as below
Use output of the get queue item in the for each loop.
and in the message box you can give it as item.SpecificContent(“ItemName”)
image

2 Likes

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