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…
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
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?
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
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
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.