I have an requirement where I need to add headers to second sheet of excel . I am using append range but I am getting the data without headers. I want to add the headers in the second sheet similar to sheet 1 QA_AutomationOutputFile_02-Nov-2023.xlsx (8.0 KB)
of excel while using the append range activity.
Hi, you use append range and if you want to add headers in it then you have to uncheck add headers options while read range activity and then this range use to write in append range it will get headers also