I get this same error with everything except for Dictionary<Object,Object> but I need to have the Value as an array of string. This is what my initialization looks like:
new Dictionary<string,string>{}
and tried
new Dictionary<String,String>{}
new Dictionary<System.String,System.String>{}
new Dictionary<string,string()>{}
It seems to be getting it confused with IDictionary, but I tried IDictionary and it doesn’t work either
I’m new to c# and uipath I appreciate your help so much
I’m thinking since I downloaded your project, that it might have something to do with a compatibility issue with my version of UiPath and Microsoft.Activities.Extension because none of your activities work?
It is about the Activity and that the typeargument from initial wizard cannot be changed (official, hackings workaround on xaml we do not elaborate on it so far)
just go for the compact syntax within an assign, and it will work