Converting Array of Strings into DataTable Column

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

@oduzen001

Use Build DataTable activity and then use Add data row activity to add one by one value to the DataTable.

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

1 Like

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