How to get Transaction fields using "Get Queue Item" activity?

Hello,

Does anyone know how I can grab the subfields for Transactions (i.e. Status, Reference, Started Date, End Date, Robot, etc. ) in a queue using the Get Queue Item activity? It seems I can only grab fields under “Specific Data” but not these subfields.

Get Queue items - retrieve a list of transactions from an indicated queue
Get transaction - Gets an item from the queue

You can use Get transaction Item it s much easier then use
TransactionItem.status or TransactionItem.reference…

Hi @aherlong
When you use Get Queue items , once you have an object of type QueueItem, you can access all its properties (status, defer date, priority…)

1 Like

It worked! Thanks a bunch! :slight_smile:

1 Like

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