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?

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?
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
Yah it’s there
But in column value
So the expression will be like this
in_config(“QueueName”).ToString
Cheers @andreus91
I wrote this in Queue name
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