Move cell to new column in same row

Hello, is there a way for me to move a cell value in a datatable from one column to another in the same row. For example moving a value from cell A1 to cell B1. Thank you

@Charmaine_Matsaudza

Check below post for your reference
https://forum.uipath.com/t/tutorial-convert-number-to-date-format/249171/3

You can assign by

DT.Rows(index).Item("ColumnName") = YourValue

Hope this helps you

Thanks

2 Likes

So after moving the A1 cell should be blank

Is it right @Charmaine_Matsaudza

yes, it should

Thank you for response, let me try it out

1 Like