Pulling Output data from Queue Item?

I have a Queue that I have connected to Apps. The Queue items have Output collections that I would like to pull into the App. Is this possible? I can’t find great documentation and I have tried binding the queue item to a display control, but none of the output variables appear…

1 Like

@Jrask

Welcome to the community

I feel you cannot directly fet them…

You need to create a UiPath process which reads wueue and creates atable with output data from queue…and then pass that data to apps like a custom list or table

Hope this helps

Cheers

1 Like

Thanks Anil,
Thats a bummer. Hopefully they can build this functionality out. Do you know if it is possible to display current queue items in an App?

Hey

Add you queue to the resources and then you can bind your data

image

Regards

fernando, this does not display queue item data.

@Jrask ,

Apps can’t pull queue data directly . Apps to queue integration is something where you can add queue item from apps.

For you , you can build a process and read queue data and store into a data table as output argument and then return to apps and bind it .

Thanks,
AK

1 Like

@Jrask

We can …but again as said above…we have to create a process…and get the required items and then pass them to apps…

Hope this helps

Cheers

1 Like

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