Hey Everyone, I’m using Excel Activities to inset a column in my work book. I set a condition as following
Range: Excel.Sheet(“123”)
Has headers: checked
Where: After
Relative to column: “TEST_MO”
Add header: “TEST_ERROR”
when the flow run into this activity, there is a exception showing that "Column does not exist. "
I check my workbook and I’m sure the column “TEST_MO” and sheet “123” are existed.
Thanks for replying me, i just checked my the column “TEST_MO” didn’t contain any spaces before it or after it. I was wondering if the excel activities “insert column” created a new column when there was no column for it to insert the data or I need to create the column before execute this activity?
Thanks for replying me, i just checked my the column “TEST_MO” didn’t contain any spaces before it or after it. I was wondering whether i needed to create a column named “TEST_ERROR” before I execute the activity or the activity would create the column i need when there was no column for it to insert the data?
Thanks everyone, I used debug mode to find out where the problem was, then i found out the path that the excel activity referred to was not point to the folder I placed the workbook i needed. After editing the path, the problem solved