Get Transaction Item returns No Transaction Data

Hi,
I am trying to use Get Transaction Item to get item from Orchestrator Queue. It returns “No Transaction Data” all the time. Instead I can get the item from Get Queue Items with Status.
I have try with Status “In Progress” and “New”, both behave the same.
Attached my workflow.
GetTransaction.xaml (7.8 KB)

@james.yin,

Get Transaction Item activity returns only New State Queue Items where as Get Queue Items returns all the Queue items.

Check if your queue have New State queue items and your Get Transaction Item is trying to get the transactions from the same tenant and folder your Studio is connected to.

Thanks,
Ashok :slight_smile:

Hi @james.yin Ensure that your Studio is connected to the folder where you have created the Queue.

Hi Ashok,
I’ve tried with “New” status. It does not work either. Not sure why.

Hi Tapan,

Connection should not be the issue as I put a try then use “Get Queue Items” which works on the “Get Queue Items” call.

check if queue has new items/ you can check the debugging mode if transaction item is retrieving data or not

I check your code, just change the condition and reference that you are filtering,

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