Add data into queue by checking New Status

How do I check for new status items in the queue? I used to get Q items activity and set the output variable Queueitems, so if Queueitems is greater than 0, I needed to process those transactions. If Queueitems are 0, I need to add the new data.

Using C# in the REframework, how can we write the condition?

Hello, could you try QueueItems.Count() > 0?

Hi @Pujari_Manjunatha

Check the properties of Get Queue Items activity. In the properties check the box of New in QueueItemStates option. Check the below image.

Hope it helps!!

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