Orchestrator Filters

Hi Team,

In queues under Reference Number column we got the account number along with dates like below

12345_02/11/22
22345_02/11/22
33345_02/11/22
42345_02/11/22
02345_01/11/22
92345_01/11/22
82345_01/11/22
Is there any option to extract only those records uploaded on 2nd November?

Hi @Robotics ,
use filter option in search text box, after that click export button to extract those details alone.

image

Regards,
Arivu

I am not asking the option in orchestrator. I am extracting all the transactions from the queue from uipath Get Queue Items. Bot has to extract only those records of current date.

Hi @Robotics ,
only two options are there please refer below

image

Regards,
Arivu

Let me run and see, keeping the option Equals as Date.now.

in Get Queue Item activity

we do have some flexibility, when working with the ORC Rest Api. So we could filter and retrieve the references via the API. Then we can retrieve the Items by using the reference by using activities