UiPath Automation Developer Associate v1 — Question 37
A developer is automating an invoice process for the finance department using a Dispatcher and Performer model with access to Orchestrator. New invoices are added to a shared folder each morning. Each invoice needs to be processed separately in the system, as a single unit of work. After each invoice is processed in the system, the system output ID must be emailed to the finance team email address.
How should the developer store the invoice data in Orchestrator?
Answer options
- A. Upload individual invoice data as Specific Data in Queue Items and Create an asset for the finance team email address.
- B. Upload individual invoice data and the finance team email address as Specific Data in Queue Items.
- C. Create an asset for each piece of invoice data as well as for the finance team email address.
- D. Upload the finance team email address as Specific Data in Queue Items and Create an asset for each individual invoice data field.
Correct answer: B
Explanation
The correct answer, B, is appropriate because it allows the developer to store both the invoice data and the finance team's email address together, ensuring that each invoice is processed with the correct email recipient. Option A is incorrect because it separates the email address from the invoice data, which is not efficient for processing. Options C and D also mismanage the data storage by creating unnecessary assets or not properly linking the email address with the invoice data.