I have a form where users submit change requests.
There are two date fields in the form: one for the user to specify when they need the change to start, and one for the user to specify when they need the change to be reverted.
Using this form, I want to create a rule that creates two tasks (an original task for the change request and a follow-up task to revert the change), assigns them to the responsible person, and sets the due dates of the tasks based on what the user submitted in the form.
I attached a screenshot below that shows my desired workflow.
At the moment I don’t see a way to make this happen. But it would be incredibly helpful!