Hello.
I want to put array of string to Datatable.
array of string = apple,banana,grape
datatable (A :A row, vertical)
apple
banana
grape
How can I do it?
I do not even know which activity can be used…
Hello.
I want to put array of string to Datatable.
array of string = apple,banana,grape
datatable (A :A row, vertical)
apple
banana
grape
How can I do it?
I do not even know which activity can be used…
@hoseongwon Add data Row Activity
Checkout the attached XAML
ArrayToDataTable.xaml (9.9 KB)
Initialize your array and use Build Data Table Activity
And then loop through the array and use Add Data Row like so:
Thanks