I'm unable to read the sheet in excel using read range activity.
The error message is “A column named ‘Comp date’ already belongs to this DataTable.”
Comp date is one of the column in the sheet.
When I’m trying to read another sheet in the same excel, the error arises and it is
Message: “The range does not exist.”
The Excel contains some Vlookup formulas I think that is the problem while reading the sheet.
Can anyone please help me to solve this issue.
Have you provided the proper range? If you want to read entire sheet you can leave the range empty otherwise you should mention proper range. Something like this