Hi UiPath team,
I don’t know if you are aware of this issue but I’ve noticed that we have a problem when reading excel files with the AddHeaders option set to true in Read Range activity. When this option is set it is supposed to consider the first row as the header, and it does happen when the excel file has content. But when it doesn’t the header turns into a new row and this makes necessary for us to handle this issue so we don’t get an error saying that some column doesn’t exist, since the DataTable, in this case, will have only one column “Column1”.
Would you mind considering treating this issue?
Thanks and regards,
Bruno Costa.