Dictionary activities are not showing popup to select <TKey><TValue>

Hi

I have a Dictionary(Of String, String) in my solution which im using to manage variables.
I’m trying to use the Dictionary activities shown below:
image

Watching youtube videos on youtube and reading fourm posts e.g. how-to-clear-the-dictionary-using-clear-dictionary-activity

I should be expecting the following popup when using this Dictionary Activities:
image

But i never get this popup instead these activities default to
image

With no option to change the TKey or TValue.

My project is in Windows-Legacy, looking to convert to Windows shortly.
The Microsoft Activities package is included in my project
image

Hi,

It seems problem in Studio 22.10 or later.
We can set desired Type editing xaml file directly as the following.

My project is in Windows-Legacy, looking to convert to Windows shortly.

If you are going to convert it to Windows project, it’s better to use other way instead of AddDictionary activity because Microsoft.Extensions.Activities package doesn’t support Windows project. The following post also helps you.

Regards,

1 Like

Thanks for the solution, for now I’ll continue using the Assign activities

1 Like

This sounds like a bug. Will look into fixing this.