Assign dictionary of <Int32,List<Int32>>

Hi, how do I assign a dictionary of <Int32,List<Int32>> in Assign activity?

I typed in new Dictionary(of Int32, List<Int32>) and it didn’t work

Hi @DEATHFISH,

Can you use this expression in assign statement and store in variable which has key of Int32 and value as list of int32

new Dictionary(of Int32, List(of int32))

Refer the below post for reference

1 Like