Hi all,
I’ve been searching the forum and re-reading the walkthrough for at least 3 hours but didn’t reach a conclusion
I’m working on recreating the “Robotic Enterprise Framework” from Level 3 - RPA Developer Advanced and I can’t get the robot to input the data from queue to the UI Demo app.
when i run the last workflow in debug mode i get this exception message (Assign: The given key was not present in the dictionary.)
Note: I’ve uploaded the file and removed the screenshots to decrease space.
RoboticEnterpriseFramework.zip (1.1 MB)
Can you send the error screenshot? and also can you provide what are the field in the Queue?
Since dictionary errors are usually vague (they don’t specify what you’ve specified incorrectly), it will be easier to step into the process and see which activity or workflow triggers the error. Then double-check all dictionary references made there.
Fields of the Queue (Cashin, OnUsCheck, NotOnUsCheck)
Hello Anthony,
I’ve double checked that with the guide and unfortunately, nothing makes sense
@hady.basiouny
IN the code you have used “CashIn” (in_TransactionItem.SpecificContent(“CashIn”).ToString)but in the Queue it is Cashin.
You have to give exactly what is the field in the queue as it case snsitive.
1 Like