Help with alternative to Dictionary activity in new version of UI-Path

Hi Jon,

So I cannot check to see if the solution suggested will work as I cannot create the dictionary because the process for adding each row to the dictionary is failing.

So the process is as follow: -

  1. Spreadsheet is loaded into a datatable, Customers
  2. Create the dictionary.
  3. For each row in the datatable get the row details (item.ColumnName & Value)
  4. Add to the dictionary

So until item 3 can complete I cannot say if the solution suggested will work.

The error is shown when I run debug on the Main.xaml file.

This has not been changed from the Legacy except that in the new version it actually shows the Column and Value details whereas in the Legacy it shows just the Row details