Get Output Data from Queueitem

Hi @quihan
Could you please help on how to get using QueueItem.output(“{field defined}”)

I have the same problem :sweat_smile:
Anyone could help us?

@Madan_SVP I solved the problem (maybe). Using a Get Queue Items activity to have a IEnumerable<UiPath.Core.QueueItem>, then a For Each activity with a type argument UiPath.Core.QueueItem. In the body, for every item, you can use it, in particular you can display the output data like a dictionary, item.Output(“key in the output data queue item”)