The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
I have a script (adapted from a template) to create a new project in one tab, and a list of associated tasks in another tab.
What I’d like to do is add another input where the user provides a project launch date, and then have dates for all the tasks...
I’m trying to implement this but in my own base keep getting the message:
TypeError: temp_tasks is null
at main on line 52
What might I be missing from my base that would cause the error? I recreated all of the same fields.
Also, is there a way to ha...