How to pass values to UiPath form drop-down using Dictionary(of String, String).
The method used in pre-23.4 forms doesn’t work for 23.4plus forms.
Thx
How to pass values to UiPath form drop-down using Dictionary(of String, String).
The method used in pre-23.4 forms doesn’t work for 23.4plus forms.
Thx
Did you already found an answer to this?
Unfortunately not.
Cheers
Did you try just passing the dictionary(of string, string) in without adding _dropdown on the end of the argument?
I was just experimenting with forms. So I simply gave up when there was no solution.
Cheers
Array of string probably works for dropdown.
But the point of dictionary was - if I recall well - that you can display the key and return/select the associated value.
Cheers
You can still get the selected value. It just seems that you can’t have a separate label and value but that shouldn’t be a huge problem. Still set up and populate your dictionary, pass yourDict.Keys as the array into the dropdown argument, then after getting the selected value you can easily look up the value based on the selected key.
Sure. It is possible workaround. Thx for hint.
Cheers
Thanks! I got it to work now
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.