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.
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…)