pr1
(Pr1)
1
Let’s say I have a UiPath variable called Dict of type Dictionary<String,String>.
I would like to add an entry with key “Key” and value “Value”.
How do you do that in an UiPath assign?
Dict.Add(“Key”, “Value”) on the left hand side of the Assign?
Many thanks.
ppr
(Peter Preuss)
2
Assign activity
myDictVar("myKey") = ValueOrValueVar
ppr
(Peter Preuss)
3
1 Like
pr1
(Pr1)
4
Unfortunately, it doesn’t work, unless you create an instance of the Dictionary in VBScript.
Cf. How to use dictionaries in UiPath
system
(system)
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.