Hi all,
Inside a For Each Row loop, how do I update this existing data table with values in an empty column?
Hi all,
Inside a For Each Row loop, how do I update this existing data table with values in an empty column?
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.