Mar 25, 2020 12:23 PM
The “To-do list” tutorial opens with
In this 3-part tutorial learn how to build a to-do list block that shows a
list of tasks from a table and allows you to check them off when done.
The supporting screen recording demonstrates this functionality.
However, the tutorial only covers displaying the contents of a table or view.
There is no information on modifying the table (via a checkbox or otherwise).
A subsequent guide does discuss writing to a table though it’s not in terms of
the “to-do list” block.
Solved! Go to Solution.
Mar 25, 2020 07:38 PM
Hi Mike, thanks for letting us know!
This was a mistake in the guide description and we’ve updated it. We’ve also added a section under “Extra credit” that discusses editing tasks.
We don’t have any current plans to fully extend the tutorial to cover writing back to Airtable, but will note this as a potential improvement. (The guide was written before writes were supported in the Blocks SDK.)
The example code for the to-do block here demonstrates how to handle adding, removing and checking off tasks: GitHub - Airtable/apps-todo-list: Mark records as complete with an interactive to-do list. And, as you noted, we have a separate guide for writes.
Mar 25, 2020 07:38 PM
Hi Mike, thanks for letting us know!
This was a mistake in the guide description and we’ve updated it. We’ve also added a section under “Extra credit” that discusses editing tasks.
We don’t have any current plans to fully extend the tutorial to cover writing back to Airtable, but will note this as a potential improvement. (The guide was written before writes were supported in the Blocks SDK.)
The example code for the to-do block here demonstrates how to handle adding, removing and checking off tasks: GitHub - Airtable/apps-todo-list: Mark records as complete with an interactive to-do list. And, as you noted, we have a separate guide for writes.
Mar 25, 2020 07:40 PM
Got it. Thanks, Emma!
Jul 13, 2020 04:32 PM
Good news! The tutorial now has a new section dedicated to writing data back to the Base. It’s titled, “Part 4: integrate with a checkbox field to manage the ‘completed’ status of each task.”