An item with the same key has already been added. Key: VisualBasicValue`1_1 after "Convert to Windows"

Hi,

This error is caused by double quote character except 0x22. In the above case, there are several expression which uses not " but , like the following, for example.

Split(TabData.rows(10)(1).ToString,”/”)(1).ToString.Trim = "RELATIVES"

I just fixed these expression as the following. However it’s not cause for the first exception. So can you try to run the following xaml again?

Main2.xaml (423.3 KB)

Regards,