Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

212
Views
Appending values from range to list in Appscripts (Javascript)

What am I doing wrong? I am just trying to append a value after iterating over some cells. however, what I am appending is something like this: [Ljava.lang.Object;@780acde2

function record_ticker(){

  var sheet= SpreadsheetApp.getActiveSpreadsheet().getSheetByName('PORTFOLIO');
  var date= new Date();
  tickerprice=[];
  var tickervalue=sheet.getRange(3,1).getValues();
  for (cell =0; cell<tickervalue.length; cell++){
    console.log(cell);
    tickerprice.push(cell);
  }

  var dest=SpreadsheetApp.getActiveSpreadsheet().getSheetByName('HISTORIC_TICKER');
  dest.appendRow([date,tickerprice]);
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!