Creating a dropdown from datatable

Hi everyone
I’m trying to create in ‘input dialog’ a dropdown from a datatable that I created from an excel tableGetting the Query number.xaml (10.0 KB)

this is what I created so far and I cant think of an idea…

thank u all in advance

hi @dlichten,
Test.xaml (5.3 KB) Testexcel.xlsx (8.1 KB)

Can you check above WF’s and let me know if this helped?
I read the excel, the options column i converted into an array which i passed into options of input dialog activity.

thanks
I created a string with all the cells in the excel file and then used this method “.split(”,“.ToCharArray)”

but thank u very much for the help and time

Hi @dlichten
Good try to print the item through for each item

Thanks
Ashwin S

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