Given key was not present in

Hi all,
can i ask you why appear this error? The given key was not present in dictionary, i’ve just checked a lot of time without finding solution. Any help pls?

imm4

1 Like

Kindly check once in your excel like whether the column Name or any named column has any value like “InHouse_Process4”
As we have taken the records from a excel file as a dictionary variable named in_config and getting this error we need to check whether there is any key named under such key

Cheers @andreus91

1 Like

Yes there is but doesn’t work

Yah it’s there
But in column value
So the expression will be like this
in_config(“QueueName”).ToString

Cheers @andreus91

1 Like

I wrote this in Queue name

imm4

Yah in queue name property mention like this
in_config(“QueueName”).ToString

Which will give output as “InHouse_Process4”
And search for that in queues in orchestrator

Cheers @andreus91