I’ve been learning JavaScript for the past couple of weeks.
Today I wrote a Google Apps script that pulls information from survey results and automatically loads them into a google sheet every 24 hours, saving a ton of time! It wasn’t from scratch, I found an article explaining the google functions I had never heard of, but I still needed to use a lot of what I had learned about arrays and functions to adjust it to my situation and add some additional features (like pulling and formatting the date).
Appreciate that this isn’t very advanced stuff, but I’m stoked that it’s delivered something so useful, so quickly!