My spreadsheet has records that include a column “Week Number” which references a table of each week of the year.
Instead of manually duplicating the records from the previous week to create new ones for the new week, I would like to setup an automation to do that.
-
There are multiple records with different columns set differently. The commonality amongst the records I’d like to duplicate is having “This Week” be the week number field.
-
The “Week Number” comes from another table. Depending on TODAY(), the actual record for “This Week” changes (and the previous one becomes “Last Week”). When it does, that’s when I’d like the automation to run - this can also be done via a time trigger Mondays at 3am.
I’ve been able to get an automation setup to find the relevant records but it seems like I can only create one that collates all the data instead of duplicating each record separately. Is there a way to loop through and duplicate each of the matching records separately without a script?