Issue with Add to Dictionary. I replace my existing project to Windows Legacy and it showing an error on Add To Dictionary

Issue with Add to Dictionary. I replace my existing project to Windows Legacy and it showing an error on Add To Dictionary.

How we can resolve that i already update my packages but issue didnt resolved. How we can do that. Please provide some flow for help

Hi @Puneet_Singh ,

You can add to dictionary by using following expression:

dictName(“Name”) = “Puneet”

I already had a dictionary but issue is i migrated the project to window legacy and there the existing add to dictionary throwing an error.

This might help you:

It seems there is some issue in windows.

You can update Microsoft.Activities.Extension to lower version and try.

Alternative is to replace add to dictionary with following assign.

out_Config(row(“Key”).ToString) = “desired value”