Is there a possibility to export the creation date of the items in a queue?
To export the date and time when a queue item is created, accomplishing this is possible through the Orchestrator API.
- The feature of having a "Creation Time" column in the "View Transactions" page for a queue or the option to export the creation date of items in a queue is not currently available.
- The creation date is accessible in the History section for each transaction. In the meantime, it might be beneficial to explore the feasibility of using the Orchestrator API GET /odata/QueueItems, which provides a collection of queue items for your use case.
The documentation guide on Orchestrator API is listed below:
- On-Premises Orchestrator v2022.10: Orchestrator - API Guide/Read Me and Orchestrator 2023.10 API Guide/ Queue Items Requests
- Automation Cloud Orchestrator: Orchestrator/ Read Me and Orchestrator Automation Cloud API Guide / Queue Items Requests .