enable changes based on template, refactor newSku

This commit is contained in:
Ben Miller
2024-11-04 21:48:31 -07:00
parent 20a5e738f7
commit 7316ba08d7
4 changed files with 29 additions and 10 deletions

View File

@ -58,7 +58,7 @@ function vlookupByColumns(
return
}
let resultValue = getCellValueByColumnName(s, resultColumn, index + 2)
toastAndLog(resultValue)
console.log("resultValue: " + resultValue)
return resultValue
}