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?
1 Reply
Record is updated > Create new task > Using code node or HTTP request node create a new taskTarget