Update excel sheet without over writing old value

Hi,
iam using build table and adding to excel sheet
every time i run xaml it Updates excel sheet by over writing old value i don’t want my old data to be over written
can anyone help me out

I think you ll need to use Append Range instead of Write Range.

can you provide more information or share the xaml.

1 Like

LMS_Tracker.xaml (38.8 KB)

it erases out data

if i use append range i can’t add headers :unamused:

For writing 1 value in excel use Write range… for subsequent values use append range…
this way you ll get the headers and data appended.

1 Like

Thank you :slight_smile: