Hi everyone!
We’re thrilled by all the enthusiasm for the scripting block so far, and are really excited to see what you’ve all been building! To that end, we’re going to have one more scripting block contest (for now :winking_face: ). Unlike our beta contests, which were a little more focused, this one is totally open ended: submit your very best new script. Just one twist - this time, we’d love to see it in action with a short walkthrough screen recording (we recommend free tools like loom, but there are plenty out there to choose from.)
Similar details to last time:
Create a new thread with your script and video walkthrough, and post the link as a reply here by 5:00PM (PST) on Monday to be considered.
Everyone who enters will get something for participating, and the winner will walk away with a $250 Amazon gift card and some fun Airtable swag.
Follow best practices for open sourcing a script as much as possible, including:
- Include comments to explain what each part of your script does so others can understand and adjust for their own bases.
- Give any variables or functions descriptive names to make your script easier to read and understand.
- Use
input.tableAsync
,input.viewAsync
,input.fieldAsync
andinput.recordAsync
to avoid references to specific fields or tables that might be different for other users. If you do reference specific fields or tables directly in your script, we recommend pulling them out into variables and moving them to the top of the script so others can change them to match their own bases. - When open sourcing a script, also share a copy of the matching base on Airtable Universe so others can see the script in context. Make sure the “Show code in public shares” setting is enabled for your script in this base so people can read and copy it.
That’s it! Happy building!