I am reading from two excel worksheets in my flow, and writing the data from those into a third new one (merging the data).
The issue is that the merged data is only writing onto row 1
The problem is because the "Write to Excel worksheet" action I have is set to write the data there and I know that is wrong...
But I can't see how to write the data onto rows using the other "write mode" options (e.g. on currently active cell, on named cells), so that each value has its own cell in rows in column A.
Do I need to initiate a variate and set a counter to do this, or can this be done within the write action?
Screenshots attached below for reference - One contains the output with the issue (data all on one row) and one screenshot shows how i want the data to be written (row by row in column A)
Thanks for any help