How Copy 1 row from Excel one to Excel 2
Read the row into a datatable using Read Range, write it to the other spreadsheet using Append Range.
You could always try using write range if you’d prefer. The cool thing about UiPath is depending on the scope and complexity of your project, there is usually more that one way to tackle it. Or you could try the solution suggested by postwick if the write range doesn’t have the intended outcome.
1 Like
You seem to have marked your own answer as the solution but I’m afraid you didn’t show how you implemented your solution. Would it be extremely difficult to show us how you solved this?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.