Hello teams,
I need advice from you, I tried to make a dynamic dropdown list, the data for the list is get from excel file. The excel file consists of name, username, and password. The dropdown list would show the name, after select the name from list it would write username and password based the name it choose. I’ve tried to using dictionary but the data on the list is not showing up, either with json.
The data looks like this.
I try with dictionary:
-
Read the excel file save into dataTable
-
Using for each row, make like this (config is a Dictionary variable (TString,TObject))
-
Put the variable into Field Key of dropdown list
No result. If anyone could help me with this issue and give a better approach I’m really grateful for the joining hand.