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.
Hello everyone,Always with the ultimate goal of creating the perfect automated ToDo List,I have a script I was able to write that copies tasks from one table, pastes them into another table. The script copies the important information (task name, tas...
Good morning to you,I'm trying to create dynamic ToDoLists.At first, I thought I could solve my problem by using complete NoCode (see my post).Finally, after some advice, I turned to @Giovanni_Briggs code and post.I've never coded the day before yest...
Greetings to all,I'm looking for an efficient solution to a problem concerning the organization of my to-do list for different events during the year.We've drawn up a list of tasks (110) to be repeated at each event.I'm facing 2 issues:1 - When I cre...
I DID IT !! The issue came from the names of certain tasksIn fact, some of them had a SPACE after their nameSo: "Taks 1 "And my arrayjoin added a "," creating an extra space!I've corrected the names of all the tasks and my automation is now running ...
@Databaser Here are some screenshots:The 1st screenshot with the automation working (with one of the records working)The 2nd screenshot with the same automation, which doesn't work (I've only changed the record selected for the automation test)The 3r...
Greetings,I transformed the 1st column of my ToDo Lists database to be a formula field – thus preventing AirTable from creating new records with Update Records automation.Name 2 is the formula column that copies only the task name ({Name})Except ... ...
Hey @Databaser Thanks for your reply,Unfortunately our small company is on "business plan", so we're limited to 100 template records :/.I used it in my 1st version of my ToDo List when we were limited to 90 tasks, but now that we have 110, it's no lo...
Good afternoon,I'm still trying to get my script to work.In the meantime, I've added a "Parent Task" column and a "Child Task" column.Below, my script works for the "Validated congress" automation, which copies my tasks from one table (master table) ...