I’m trying to create a basic badging award system for volunteers as they progress within an outreach program. And I’m wondering if I’ve finally reached the point where I need to learn JavaScript to do what I want in Airtable.
The Basics:
Match Log table contains all instances in which a volunteer signs up for a workshop. Using pivot table extension I can see each volunteer by row and a count of each workshop that a volunteer has led. The visualization is useful but I want to use the values stored in pivot table to trigger other actions e.g. assigning a badge if certain conditions are met. Doing it manually is a real pain.
Would the below be a reasonable approach to writing a script? Is this achievable for a semi-savvy newb? Or should I look to hire a consultant?
Loop through each volunteer
Loop through each workshop, return count value
Assess each value against condition(s)
IF condition == True then create a link to Badge table
I should also say I’ve posted the same question elsewhere on Airtable: Badge system w/in training program - #7 by Matthew_Chattwood
@Adam_TheTimeSavingCo used Count fields and a nice formula to get me partway there without me needing to learn JavaScript. I’m posting a second time to try and get a sense of whether or not a script is a better long term option.
I’m happy to post images of tables if it’s helpful or provide further info about base.
Thanks very much.
Alex