I am not able to use a System.Collections.Generic.Dictionary`2 as an argument in Invoked code activity. I can added it to the arguments smoothly but when I save the script code I received an extensive error message that is below:
If I change it to Dictionary(of String, Object) I did no get error message putting it as an input argument.
However, I am still needing to use the datatype Dictionary`2 because Iām retrieving those values from Sharepoint component. The object format should be like that: new Dictionary(of String, Object)[new Dictionary(of String, Object)]
Is there a way to use the same datatype argument as an input argument?
I tried to initialize it as you mentioned, at the first time I have not noticed the issue anymore. But after to add my VB .NET code, the same error message persist even it is a simple Console.WriteLine(āā) command as you can see in the image below.