This is an export from Export Queue Items.
Can i get help for generating count of successful transactions for a specified date range.I am strugling at the DateTime while forming the query.
Example i need all success count from Date1 to Date2 by having the reference as started column from excel.
If date1 and date2 are fixed and if you want to use the excel data, then you can use the process suggested by @Anil_G
If you want to get the data directly from the orchestrator, then use the get queue items and lets take the output of that activity as queueItems and pass the from and to dates in the properties panel of the Get Queue Items and it works!!
After getting the queue data use the below syntax in using assign activity and you can get the success count.
when it is about the count only for successfully processed queueitems within a particular range we can get it directly by single REST API call to Orchestrator