I am quite new to Uipath. Need some the below information
How to get the values present in a queue (say contains 50 Account Numbers)
Another excel contains 60 account numbers i need to compare these 50 account numbers(in queue) with 60 account numbers(in excel) and return the 10 left out account numbers.
If someone provide step by step details would be more helpful
That’s not how queues are used. Queues are used to get the items one by one and do something with them. So what you’d want to do is a transactional automation (there’s a template for this) that gets a queue item, compares it, does whatever else you need to do, then marks the transaction success or fail, loops back around and gets the next transaction.
Yes got the result. In queues under Reference Number we got the account number like
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?