oduzen001
(oguzhan duzen)
1
Hello Folks,
Unfortunately, I could not find the solution in the forum. Is there any way to convert array of strings into a datatable column?
Since add data column activity does not support array as input, I need to convert it to data column without looping it.
Best Regards,
Oğuzhan
lakshman
(Ganta lakshman)
2
@oduzen001
Use Build DataTable activity and then use Add data row activity to add one by one value to the DataTable.
oduzen001
(oguzhan duzen)
3
Hi @lakshman,
Thank you for your prompt respond.
Actually, I am looking for a way which does not include loops… However, I think there isn’t one…
Best Regards,
Oguzhan