I have a Task List sheet which is pretty standard stuff. Task Name, Due Date, Assigned To.
But we create some tasks that are a recurrence, like, "Check on Person A Every Two Days."
Obviously, I can manually (using a formula to increment my dates =WORKDAY([Due Date]5, 2)) create a bunch of tasks out into the future, and then use some filtering to hide the far future items from active task lists. But I'd like to be more creative about this (and I'd like to be hands off and let my users run this thing).
I'd love to create a workflow that takes certain fields (Task Name and Assigned To) and copies them to a new record, and adds two days to Due Date and writes that date to the Due Date column in the new record. Is that possible? Because if I can do that, I can trigger the workflow when a user check the Done box.
I can't figure out how to do that ^ so I thought I could write the record to a holding sheet, add two days to the due date in the holding sheet, and then copy the fields back to the Task List. The problem is that I can't figure how to add two days to Due Date in the holding sheet and then copy that updated data back to the Task List. This is because Due Date writes to Due Date, and writes back to Due Date.
Does anyone have a solution to this?