I have 5 seperate string variables, I want to input them into 5 datatable columns

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?

@css

  1. create one DataTable using Build DataTable activity.

  2. And then use Add DataRow activity and pass that value as like below.

    {“Value 1”,“Value 2”,“Value 3”,…“Value N”}