When to use Queue Vs Excel in REFramework?

Hi all,

Question on the implementation. While trying to implement a project when should we use Queues Vs Excel to read the data? (For Example : REFramework)?

Hi, REF is usually recommended for bigger projects, but could be used in every project (even when you dont need queues) as it contains a good base for them, as for queues, those are usually chosen when you have more than one robot to execute your process, as it will allow for them to be taking from the same base of items without risk of the same item to be processed twice, allowing for greater management of your processes.

3 Likes