Hi, I have 2 dictionaries.
a) Dictionary (of string, datatable)
b) Dictionary (of integer, dictionary (of string, datatable))
Dictionary a) is stored in dictionary b).
Then I wanted to create excel files for each keys in dictionary a), then write each datatables into different sheets in excel files for each keys in dictionary b)
This is the for each loop for dictionary b)
And within this for each, I have another for each loop for dictionary a)
As you can see it is having validation errors