Level 3 Activity 3 - GenerateYearlyReportForVendor - Add Queue Item Error

Hello botsmasters!
I’m on the 3rd activity of the level 3 uipath training and encountering this issue.

As you can see, I don’t know what to add to “Add Queue Item” details, so it gives me an error “The given key was not present in the dictionary.” This are the values of the Add Queue Item:


I know that the QueueName value is incorrect, and my question is what should I set on this value? Thanks and happy automating! :slight_smile:

@Christian_Foster

Once Check Your Config Variable or argument end to end

1 Like

Hello @Christian_Foster,

You have to add queue name in input QueueName, this is name of the Queue in Orchestrator. If you use a dictionary config (in_Config), you need to add queue name in excel file Config.xlsx.

1 Like

Thanks @Himanshu.joshi and @alexm!
I found the answer: QueueName = in_Config(“OrchestratorQueueName”).ToString

:slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.