Help with Workflow
I have a data model named Lead.
Each lead can have one or more tasks associated with it (for example, a task named abc).
Whenever the status of a task is updated, I want to automatically create a new task for the same lead, based on the updated status.
How should i achieve this on workflow?
Each lead can have one or more tasks associated with it (for example, a task named abc).
Whenever the status of a task is updated, I want to automatically create a new task for the same lead, based on the updated status.
How should i achieve this on workflow?