Hi!
Context: I'm trying to automate a flow that does the following:
1. (Automated) New lead created in Leads module.
2. (Manual) "Lead Source" changed to "inbound registration" - We do this manually to have some control over who enters a Cadence.
3. (Automated - Cadences) The Lead enters a Cadence of 5 sequential emails. The cadence stops once we get a Reply.
4. (Automated - Workflow) If Lead replies, the "Lead Status" changes to "Contacted"
5. (Automated - Workflow) Once "Lead Status" changes to "Contacted" I want a new Deal to be created in the "Inbound" Pipeline
Issue / Question:
Everything works till step 5. But I've seen that a Workflow can't trigger another Workflow. Is there any way to do this?
Thanks!