ERROR - The given key was not present in the dictionary

This kind of error mostly occurred when ,key value not present in config file and you r trying to call from workflow. eg. Config(“XYZ”).To String but XYZ key not present in config file.

2 Likes