I have a number of test cases, in each test I transfer information to Excel, a number of cells that make up a row.
I run these test cases through the orchestrator one after the other and I want Excel to receive the information row by row, currently what happens is that as soon as the second test runs or overruns the row that was already entered in the first test.
How can I make it be line after line, this is the workflow I use every time
Hi @mironb
Try using an “Add Data row” activity to add a row one below another in a DataTable variable and then write it using “Write range” activity after every execution.
Thanks
Bishwajeet Kumar