Working with Dictionaries?

Hi @ All,

I created one dictionary,now I want to get using one key with multiple values.
I’m trying using tuple.
Can anyone suggest me

Thanks & Regards,
Varun Kumar

Hi @varunk,

Here I have attached an example for tuple with dictionary.

File : Tuple.zip (2.4 KB)

Regards
Balamurugan.S

Hi @balupad14,

But I have a data in excel

Y don’t use to load the data to datatable by readrange .

Regards
balamurugan

@balupad14 : I’m getting Missing Activity error with the above xaml, below is the attached screenshot. Can you please suggest which package is missing?

Thanks

Dictionaries don’t store multiple values for one key. They store one value for each key. Just use an array, list, or even a datatable to store multiple values.

A package isn’t missing. You upgraded one or more of your packages and one is not backwards compatible.