Excel Column To "Input Dialogue"

Dears,

Is it possible to use column rows as an array in “Input Dialogue” as follows :
image

Thanks in Advance

1 Like

yes of course
use this expression
dt.AsEnumerable().Select(Function(a) a.Field(of string)(“LIST”).ToString).ToArray

Cheers @hsendel

3 Likes

Great!!! @Palaniyappan.Problem Fixed :slight_smile:

1 Like

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