I need to update a status column as “Value not found” if the key is not found in the dictionary.
Since I’m getting “The given key was not present in the dictionary” exception I can’t able to perform the process as requirement.
Is there any way how to proceed on this even if the exception occurs?