Creating a Dynamic Data Table

Hi All,

Is it possible to build a data table at run time if we don’t have the columns fixed using Build Data Table activity? If yes, how can we achieve that?

@Babjee.Vangipurapu,

You can do that using “Add Data Column” activity.

1 Like

@Babjee.Vangipurapu

WE would prepare init the empty datatable wirh new Datatable()

Then WE can add columns By

Add Data column Activity

and/or
MyDataTableVar.Colums.Add(… method

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