Getting Error: An item with the same key has already been added

Where can I find this key to change it’s name?

1 Like

Open the logs and Repost again.

Hey @KD11

Could you please show the props of the activity you are using ?

Thanks
#nK

I’m using CV click

Where can I find this key in the UIpath studio?.

I think UiPathScreenOCR_1 is having same key, And Key should be unique.

debug the code the check the value of UiPathScreenOCR_1 in the intermediate panel.

this is what im asking again and again… what is that thing and where can i find it?

debug the code the check the value of UiPathScreenOCR_1 in the intermediate panel.

not able to do this, after i click on intermediate… after some time the execution fails and screen is changed

Hello, in my project I identified that there were 2 variables with the same name, these 2 variables, although they were in different scopes, still had conflicts, I changed the name of one of them and it worked perfectly.

Yep that’s how it behaves.