How to rectify "Index was outside the bounds of the array" for add dictionary activity

Hi All,

I am using Add dictionary activity , for two string that reading from excel .For each string iam adding key and value to it .

'Index was outside the bounds of the array" error coming in this when add to dictionary activity running after dictionary object creation .

Anyone having idea how to resolve that ?

Thanks
Ankit

Is it 0 based? and are you referencing a value that is too high e.g. 2?