Hey all! I was trying to iteratively write rows from an excel table to an external window using the type into command with my data table and column passed as the input. However, I received the following error:
It means that you’re reading the table with headers, or trying to accessing a column by ‘A’. Try using indexes, like 0 for 1st column, or check if you have column that is named ‘A’ in the excel.
In Read Range Activity, specify range as “A4” and then it will start from A4 to last cell. If this table has Headers then Make sure to select Add Headers option in it.