Assign variable to the specific place in data table

Hi
fine
inside the for each row loop use a assign activity like this
row(“yournextcolumnname”) = “yourvalue”
this will assign the value we found in the same row but of the column we mention

simple isnt it
Cheers @Rokko

1 Like