Getting a Specific value from QueueItems Variable Type without using For Each loop

Same like
myDT.Rows(0).Item(1).ToString
for Datatable to get a specific value without for each loop

I want to get QueueItems specific value without for each loop

Purpose:
Need to get all failed queueitems with a specific reference value and if the returned queueitems count is 1 then, I need to know whether that item is failed due to business exception or not.
So, I’m looking to know the queue item status without a for each loop.

(ProcessingException.Reason)

Thank you

@Jothin_Paul
Like below?
opQueues(0).ProcessingException.Reason

That’s working, Thank you Pravin!

Great and welcome community! :slight_smile:

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