I would like to build a schedule template for each that populates into an actual schedule (for many days)
Schedule Template: 0900: task 1 1100: task 2 1500: task 3
the schedule template only has time but not dates
I would like to copy this template over to the actual schedule repeated for N days
If i copy for N=3 days, then the actual schedule should look like this
Today+0
0900: task 1 Today+0
1100: task 2 Today+0
1500: task 3 Today+1
0900: task 1 Today+1
1100: task 2 Today+1
1500: task 3 Today+2
0900: task 1 Today+2 1100: task 2 Today+2 1500: task 3
is this possible with Appsheet? Actions seem to only work on one column/value at a time.