Hi,
I have created a subVI that writes 2 1D array( 1st: header, 2nd: data) to a csv Excel file using Write to Spreadsheet File. However every time it runs, it overwrites the old data.
But I want the new data to be written on the next row instead of the old data being overwritten. How do I do that?