Cannot find Add To Dictionary activity

In manage packages i tried searching but couldn’t find Microsoft.
Activities.Extensions for add to dictonary

Hi,

Do you use Windows project? Unfortunately, Microsoft.Activities.Extensions doesn’t support Windows project(.net6) yet. So, can you try to create your project as Windows-Legacy?

image

OR

Use Dictionary.Add method using InvokeMethod activity or Indexer like dictVar(key)=value

Regards,

Thanks for quick response , You saved my learning time

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.