Hello!
I'm hoping someone here is great with automations/scripting/something to help.
I'm trying to run an automation every Sunday to randomize work tasks for my team and then send an email or Teams message. I want it to refresh the randomization when this runs at it's scheduled time. I have 6 members, and already have their off days input. The Airtable randomize values extension works for what I'm wanting (and avoids the cells that are already filled with "Off"), but I can't run it on an automation and honestly, I don't know enough about JavaScript to change the code. Their code requires inputs from the extension panel with the min/max bounds (mine would be set to 1,1, which is how it avoids the "Off" cells) AND the specific field to update.
Here are my data references:
Automation should run every Sunday at 3am (before anyone is logged in.. the time is somewhat arbitrary)
Randomize each task excluding "Off"
6 members in the first column
Each Day field is a multi select with the same 6 options (Off + 5 task types)
Should assign one random task type per person anywhere that "Off" is not already filled in.