Key dictionary error

check this solution please and try

@Soudios

Hi
While calling key name with in_config dictionary variable make sure that the key name is present in the Excel and is not mis-spelled or used the one which is not there in the excel itself under NAME column

Kindly check that once
Cheers @Soudios

This what i have :

image

You should be using Config(“System1_Credential”).ToString, “HASH” is the value, when you call a dictionary, you want to use the key. :slight_smile:

You were almost done
Like from excel the Name column is called as dictionary key name
While Value column is for that dictionary key’s corresponding valuen

So here we need to mention as @MaxyArthes said Config(“System1_Credential”).ToString which will give us “HASH” as value

cheers @Soudios

1 Like

but before i need to use read range right ?

1 Like

Exactly buddy
@Soudios

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