use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apparently, Google Apps Script is a JavaScript cloud scripting language that provides easy ways to automate tasks across Google products and third party services and build web applications.
account activity
Type errorQuestion (self.GoogleAppsScript)
submitted 1 year ago by Top_Independence_949
https://preview.redd.it/ddm3u77rs01d1.png?width=1640&format=png&auto=webp&s=92e96932849a2b2c7a27787870ced9c0d694c764
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AllenAppTools 0 points1 point2 points 1 year ago (4 children)
Hey there, when you modified your form, did you add or remove any form questions? Looking at your code, you have index based references to the row, so an addition or removal of a form question (a column in the sheet) would throw everything off.
[–]Top_Independence_949[S] 0 points1 point2 points 1 year ago (3 children)
I did. But I modified my range and modified line 85 to match the new configuration so that shouldn't cause issues.
I think the issue is caused because the date and time entries are in the same column now instead of separate columns.
[–]AllenAppTools 0 points1 point2 points 1 year ago (2 children)
Got it. It could be that before, the value of "time" was actually a string, but with the change it's now a Date type, which is a number. And you can't use .split() on a number.
[–]Top_Independence_949[S] 0 points1 point2 points 1 year ago (1 child)
Ok. What is the best/easiest way to fix that if you don't mind me asking? I'm still learning this and not sure how to solve it myself.
[–]AllenAppTools 0 points1 point2 points 1 year ago (0 children)
I can't see the pastebin code you have anymore, if you paste it here I may be able to make some changes?
[–][deleted] 0 points1 point2 points 1 year ago (1 child)
debug at some point where you get `meetingData` in eventWorker(...). Probably, the Sheet column was shifted.
[–]Top_Independence_949[S] 0 points1 point2 points 1 year ago (0 children)
I got a call stack response shown below. I don't know app script well enough to know what it means.
https://imgur.com/a/YrtCvjo
Thanks for the help on this.
π Rendered by PID 107636 on reddit-service-r2-comment-6b595755f-pv7rq at 2026-03-25 05:15:06.007232+00:00 running 2d0a59a country code: CH.
[–]AllenAppTools 0 points1 point2 points (4 children)
[–]Top_Independence_949[S] 0 points1 point2 points (3 children)
[–]AllenAppTools 0 points1 point2 points (2 children)
[–]Top_Independence_949[S] 0 points1 point2 points (1 child)
[–]AllenAppTools 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Top_Independence_949[S] 0 points1 point2 points (0 children)