hi i am trying to add data into my google sheet and have used the script below but i still cant get it to work, please help?

hi i am trying to add data into my google sheet and have used the script below but i still cant get it to work, please help?
ss.getSheets()[0]
doesbeen getting
[Ljava.lang.Object;@1bb0c141
[Ljava.lang.Object;@7c5c71a9
[Ljava.lang.Object;@242eef4a
[Ljava.lang.Object;@73336c63
instead of text input by user, what should i do
Try:
sh.appendRow([e.parameter.id,e.parameter.task,e.parameter.note,e.parameter.time,e.parameter.date]);
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.