Create drop down from excel column

I have a excel data…i want to create input dialog box which has drop down values…dropm down values are in excel column

Hi @sathya_auto ,
To create filter in excel, you can use invoke VBA code
or
Open file by excel application
Send Hotkey : Ctrl G
regards,

no @Nguyen_Van_Luong1 i need to create input dialog box in UiPath based on column

Can you share input and expect output by image to clear ?

Hi @sathya_auto ,

Could you check with the below Configuration :

For using the values from Excel Column, we can check with below Expression in the Options property :

DT.AsEnumerable.Select(Function(x)x("YourColumnName").ToString).Distinct.ToArray


i have excel value in column i want to create input dialog box in UiPath

You want create dialog, enter value to dialog, then write that value to excel
that’s right?
or dialog as a dropdown, values of dropdown are in excel?

no creating options based on excel values


that’s right?

my input
image

my code

Thankyou its working fine
Cheers

1 Like

Cheer @sathya_auto ,
happy automation

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.