What to use instead of dictionary for duplicate values?

Hello,

My input has duplicate keys and hence, using a dictionary isn’t possible.
What should I use instead to create a table of keys with values that accepts duplicates?

For the duplicate keys, are the values the same or different? What are you going to do with this data? We need to understand what your process is doing.

Hi @KavipriyaMoorthy

You can use datatable for that.

Thanks

1 Like

Duplicate keys with different values. The data will be used to enter in a desktop application.