I have used ExtractedDataTable activity to pull the data from the website. Now I want to add a new column in the dataTable variable in which I have stored the ExtractedDataTable data.
Now for an example, if the ExtractedDataTable has 250 rows I want to add a new column named as date and want to write the current day date. However, the date part is done but I don’t know how to add the date into the new column.
Use Add Data Column Activity and in column name give the column name you want to add in double quotes and data table is to which data table you want to add.