I created a Read Range activity and then used a foreachRow actvity to loop over my datatable variable. It works in a “Write Line” when I use the expression row("apps).ToString. I get the list in the output panel.
But when I try to assign to a variable of String Array with the expression row(“apps”).ToString.Split(","c).
Then pass that variable to the “Input Dialog” “Option” property. I only get one option and no drop down.
@Yoichi Thanks for that example on how to use a list. I can see why it’s easier to read it as list.ToArray(). I went with @raja.arslankhan solution because it didn’t require a foreach loop.
@psinha11
Basically your values present in multiple lines one by one. I read all the date in datatable and the I converted your “app” column into Array by putting loop over Datatable.
@psinha11
Basically your values present in multiple lines one by one. I read all the date in data table and the I converted your “app” column into Array by putting loop over Data table. This function is linq query