When I searched for “Add to Dictionary”, I could not find it. Hence, I tried to install “Microsoft.Extensions.Activities”. But, I am getting the highlighted error and cannot proceed.
Could anyone help me out with the same.
When I searched for “Add to Dictionary”, I could not find it. Hence, I tried to install “Microsoft.Extensions.Activities”. But, I am getting the highlighted error and cannot proceed.
Could anyone help me out with the same.
Welcome to the community
These activities are not migrated to windows projects…
In windows you can follow the below
Initialize - New Dictionary(Of String,String)
Add - in assign use dict("Key") = "Value"
Can explore this for more
Hope this helps
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.