I currently scrape 6 items and is assigned to a variable called TempCCdata and it writes to excel. I want to add a 7th column to the scraped data that says "Disabled". I tried %{[TempCCdata, "Disabled"]}% but it combines the 6 scraped columns into 1 column, and creates column 2 as Disabled. Is there a way to properly add an extra column to an existing variable and write it to excel?
I appreciate your assistance. Thanks!