Currently working on a dynamic approval workflow for managing a large series of events being managed by a large team of recruiters. Current workflow: form submission for event > approval by management > dynamic assignment of subtasks based on approval status. However, I’m trying to do two particular things that would make this process far more functional:
- I’m trying to make the original form submitter the owner of the original task by default. Is there a way to automatic this using the form and rules logic?
and 2) I’m trying to automatically assign subtasks to the main task assignee (aka the event manager) to be responsible for all their own planning and follow-thru. However, I currently have to default assign to someone else who they has to manually re-assign all the subtasks/other tasks. Is there a better way to approach this? Thanks!