'Use multiple queue for getTransactions on ReFramework

I am beginner in UIPath.

What I have :

File:

  • c:/data/A/a.xlsx
  • c:/data/B/b.xlsx
  • c:/data/C/c.xlsx

Queue name :

  • A-queue
  • B-queue
  • C-queue

What I want :

For each file, select the file and process.

It’s work great for A.xlsx. But it’s doesn’t go for b, and c :frowning:

Q1 : How to process all the files with differents queues ?

What I have done : enter image description here

I have built my array tab_queue_name where all queue name is here in GetTransactionData.xml.

Advance thanks,



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source