A developer creates a Dispatcher which extracts information from a Microsoft Excel file and uploads that information into an Orchestrator queue. What is the recommended way to avoid creating duplicate Queue Items?
A.
Set the “Unique Reference” of the queue to “No”
Set “Auto Retry” of the queue to “Yes”
B.
Set the “Unique Reference” of the queue to “Yes”
Add a descriptive “Reference” in the Add Queue Item activity
C.
Add a descriptive “Reference” in the Add Queue Item activity
Check that it does not equal the “Reference” of the Queue Item last uploaded
D.
Create an Excel file of processed Queue Items
Loop through the list to check if the current Queue Item to upload has been uploaded before
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit