I am trying to show the list for user using the input dialog box. To get list we can use {“A”,“B”,“C”} but I want the values or option to get from excel sheet. The excel sheet content the list of options. and i want to get the option from excel not adding it manually.
use Read Range Activity to read data from excel. its store data into Datatable
you use that data table as a source of Input and get data from that and use it