Adding a Dictionary<string, string[]> to a DataTable

Hello -

I am trying to add a Dictionary<string, string> to an existing DataTable. String represents an array of strings and I am unable to figure this one out.

Has anyone done this before or have any insight as to how I might proceed?

Thanks in advance.
symilawr

Hi @symilawr , You need to declare the dictionary with string, string with default value New Dictionary(of string, string()). Hope it helps. :slight_smile:
Test6.xaml (14.5 KB)

Aha! Thank you so much Srideep!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.