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

Hi there J0ska,

I changed it a bit and it seems to have worked.

So I now have the following: -

For Each row in Customer Datatable
For Each item
value = row(item.ColumnName).ToString
specificContent(item.ColumnName) = value.ToString

This then gives me

So now I need to convert a whole project and see how it works overall.

I think I will set this to resolved.

regards

William