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 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?
The recommended way to avoid creating duplicate Queue Items is to set the 'Unique Reference' of the queue to 'Yes' and add a descriptive 'Reference' in the Add Queue Item activity. This approach ensures that each item in the queue has a unique identifier, preventing duplicates from being added. By setting the 'Unique Reference' to 'Yes', the queue will reject any item with a reference that already exists, effectively managing duplicates.
https://forum.uipath.com/t/how-to-avoid-loading-items-onto-the-queue-twice/203715/5
B baby