UiPath Advanced RPA Developer (UiARD) — Question 47

A developer is automating a process which uses data from invoice documents. The business requirement is that each transaction should be uniquely identified by the invoice number and is only uploaded to the Orchestrator queue once.
What is a recommended practice to meet this requirement?

Answer options

Correct answer: A

Explanation

The correct answer is A because setting the Queue's Unique Reference to 'Yes' ensures that each invoice number is treated as a unique transaction, preventing duplicates. Option B does not address the uniqueness requirement, while options C and D incorrectly involve the ItemInformation property instead of the Reference property, which is essential for ensuring the transaction is recognized uniquely.