Hi! First post here. Very beginning JS user but excited to learn!
Iâm working on a pretty basic script in a base Iâm working on. Iâve been learning JS but Iâm not quite at the point where the examples are making sense to me.
I have 2 Tables in my Base, âProjectsâ and âJudgesâ. In Projects, I will assign 3 judges from the Judges table in one Linked Record column. Then, in a third Table, âScoresâ, I want to use the Script block to have three unique rows generated - one for each judge with the same project.
So for example: Project âCoral Reef Buildingâ gets assigned âMarkâ, âSamâ, and âAmyâ as judges. In âScoringâ, three rows are generated:
âCoral Reef Building, evaluated by Markâ
âCoral Reef Building, evaluated by Samâ
âCoral Reef Building, evaluated by Amyâ
I was thinking that .forEach method might be useful here, but Iâm getting confused with the exact terminology around tables and queries and records.
Thanks all for your help & advice! Even pointing me in the right direction of some specific functions or frameworks that might help would be useful.

