Checking off Linked Records in an Airtable Script
• 6 min read
I needed a quick way to check off a bunch of linked records in Airtable so I worked up this little script to do it from an Airtable button.
• 6 min read
I needed a quick way to check off a bunch of linked records in Airtable so I worked up this little script to do it from an Airtable button.
• 10 min read
I decided to switch my to-do list to Things 3 and needed to move a lot of to-dos over from Todoist. Seemed like a great project to explore their API and save myself a bunch of copying and pasting.
• 2 min read
Have you ever noticed as you learn more and more of a programming language, you often forgo the basics for a more complex solution? Well, today I was reminded of the KISS principle when I needed to unpack a bunch of tuples.