I have a workflow that generates tickets for investigation by QC techs, this generates daily, seven days a week. It contains a few Null() fields that will be worked on by the techs.

I've used the formula: DateTimeFormat([DateField],"%u") will give you the day of the week where Monday = 1 and Sunday = 7
To find the day of the week that the report generated.
I have a table that has the Techs names and the weekday they are scheduled to work:

I need to have it find the day of the week and then assign techs into the Analyst column until filled.
Any suggestions on how to accomplish this?