Hello everyone,
I’ve a question about added some value into the the variable with Dictionary<String,String> type.
Example Expectation:
myVariable<(“RANKED”, “ONE”)>
Can you help me? Thanks in advanced…
Regards,
Brian
Hello everyone,
I’ve a question about added some value into the the variable with Dictionary<String,String> type.
Example Expectation:
myVariable<(“RANKED”, “ONE”)>
Can you help me? Thanks in advanced…
Regards,
Brian
Awesome… thank you very much for your help ![]()
sorry, i find the new case, how to add the same key in that dictionary? that is possible?
Hi @henokhbrian ,
Dictionary Key values must be unique.
If you want to add any new value Use “Add to Dictionary” activity.
Regards,
Arivu
oh i see… so i must find the another way without using the same key in that dictionary. thank you very much for your information ![]()