Microsoft.Activities.Extensions Add to Dictionary not Found

Hi everyone, I am trying to create and add elements to a dictionary. But I don’t find the activity Add To Dictionary, because the package Microsoft.Activities.Extensions does not exist… Can anyone help me?

Than you!

HI @ajgb ,

You can directly add the element in dictionary using assign activity. No need of any other activity.

In Assign write → DictionaryName(“Key”) = “value”

@ajgb
Add to collection activity will be helpful for you