Hello Everyone,
I am trying to pass a list into drop-down field of a data grid. But in the drop down it shows no choices to choose from. Please check below screenshot -
I have followed everything as per mentioned in the url - https://docs.uipath.com/activities/other/latest/workflow/dynamic-dropdowns#sample-workflow
Please help me to get it resolved.
Thanks
Arguments passing screenshot -
Anil_G
(Anil Gorthi)
June 25, 2023, 2:15pm
3
@Nitin_Mishra
Welcome to the community
I believe you are checking in preview…please check the dropdown once you run the form…in preview you would not be able to see the values
cheers
Hi Anil,
Thanks for replying.
I am checking while running the form only, please see below -
Anil_G
(Anil Gorthi)
June 25, 2023, 2:48pm
5
@Nitin_Mishra
Did you hppen to change the firld key value?
Did you give the field key value as countryList
Also is the list having data?
Can you check from locals panel
Cheers
Yes @Anil_G ,
I changed the field key value. Also, I have added values in the list as well -
Anil_G
(Anil Gorthi)
June 25, 2023, 3:04pm
7
@Nitin_Mishra
In data is it like this?
I did same steps and I am able to see the data…you did add values…but in invoke code did you add the argument as in/out or out?
cheers
Hi @Anil_G , can you share your code with me please? I have added the arguments correctly in Invoke code.
Also, I am not able to see Item Template for my drop down field -
Anil_G
(Anil Gorthi)
June 25, 2023, 4:58pm
10
@Nitin_Mishra
Just now tested on show form…in that give the list to direct fieldkey name without _dropdown liek below and it is working as expected
cheers
Hi @Anil_G , thanks for your help. The values bind correctly when it is not used inside Data Grid for me. But it is not showing the values in the drop down if I move the field in Data Grid.
Hi Everyone, can anyone help me in this issue?
Hi @Nitin_Mishra .
Have you resolved it? I am facing the same problem.