Error regarding dictionary

hie .. i am trying to automate 2 url in 1 program for testing purpose but getting below error . how to rectify it ?

@UiPathMaster

@Pooja_Kanwar,

It’s because the key AAA_Alert_URL_86 isn’t there in the config dictionary. Try debugging and checking the key exists in the config through Locals or Immediate panel

@Pooja_Kanwar

As per error the given key whoch ends woth _86 is not present..it might be that there might be some extra spaces or casing differences as well..please check the same

Cheers

Hello @Pooja_Kanwar

You can use the Locals panel to see what your config (dictionary) consists of.
And perhaps use the Immediate panel to troubleshoot/test.

Regards
Soren

@Pooja_Kanwar,

Please check give a breakpoint and check the value of config variable in imidiate and give me the details. Will resolve it step by step.

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