Hello,
Please, i just need to check the number of transaction items remaining in a queue.
Thanks
Hello,
Please, i just need to check the number of transaction items remaining in a queue.
Thanks
@EngAnalyst-
pls try below
It only works for 100 items… Thanks!
yes - Get Queue Items activity retrieve max. 100 items.
You can make an API request:
Get the queues
Get queue items based off of Queue Id
https://platform.uipath.com/odata/QueueItems?$filter=QueueDefinitionId
Thank you very much on your quick response.
Please, could you tell me briefly how to make the API request in UiPath?
Thank you again.
Edit: I have used Postman as well as I know the Swagger UI webpage but I didn’t implement it in UiPath itself ever
pls use the orchestrator-http-request activity and follow the postman inputs for the QueueDefinitions nd queueitems
Yes i know i have to use Orchestrator HTTP Request activity. I was asking for something more specific ![]()
Thanks anyway
pls find some sample http request file…
pls change variables, id’s accordingly… cheers!
HTTP Request.xaml (8.2 KB)
Thank you very very much!
The workflow has unresolved acitivities and I can not see them ![]()
The workflow has unresolved acitivities and I can not see them
You need to add the UiPath.web.Activities package to the project containing this workflow.