Hi, I have an example datatable here.
I want to move the first row to last row.
it looks like here.
How can I do this?
Hi, I have an example datatable here.
I want to move the first row to last row.
it looks like here.
How can I do this?
You can do these steps:
Hi @saintseiyer,
1.Delete the the specific data row using the delete data row activity and save it in one data row variable.
2.Then use add data row activity, By default this activity will add at the end of data table.
3.So, no need of other data table.
If you find this useful mark it as solution and close the thread.
Any queries let me know.
Cheers.
Vashisht