The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I’m new to Airtable and have no JavaScript knowledge so I’m hoping someone smarter than me can help! I’ve been trying for weeks to figure out how to write a script to set due dates for each task in a list for a given project.
So far I’ve modified thi...
I’ve tried a million different ways to make this work and I’m still getting nowhere. Here’s what I have, but I’m sure I probably screwed it up in more than one place!
// when a new asset is created,
// there are a certain number of tasks that must b...
This script is wonderful, thank you for sharing @Giovanni_Briggs! I’ve got it functioning properly in my base.
However, I’d like to add the ability to calculate due dates for tasks based on certain criteria. My projects table has 5 different date fie...
I appreciate the response. The script I’ve modified does exactly what I need it to do as far as creating the new tasks. The only thing I’m trying to add is an additional block to calculate the due date for each task that gets added to my task table.