How to add new cell in an existing column

Hi all,

Inside a For Each Row loop, how do I update this existing data table with values in an empty column?

image

1 Like

Use Add Data Row Activity

Cheers
@anonymous3

Hi @Pradeep_Shiv ,

will the add data row activity overwrite the rows? May I know how it will work?

Hi if you want to update date column,inside for each row add Assign and try this syntax,

row(“Date”) = “11.02.2021”

change the date as per your need.

This will update date column of datatable to this date…thanks

Hi @prasath_S,

Thanks it works!

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