Hi guys, I have 5 separate string variables (some values may be blank, ie. “”) and I need to place them into corresponding named columns within one datatable. How do I do this?
-
create one DataTable using Build DataTable activity.
-
And then use Add DataRow activity and pass that value as like below.
{“Value 1”,“Value 2”,“Value 3”,…“Value N”}