“Read Range Workbook” activity with only one cell specified as the range produces unexpected output when written using the “Write Range Workbook” activity

Description:

  1. Add the Read Range Workbook activity and specify a range containing only one cell (e.g., C1).
  2. Add the Write Range Workbook activity and leave the range field blank (no range specified).

Expected Result:
The data read from the single cell should be written exactly as read.

Actual Result:
The output differs from the expected result.
May be its considering all data from range ‘C1’ to end of data buts its adding three new colunms

Hi,

In this case, can you try to turn off AddHeader property in both ReadRange and WriteRange?

Regards,