I have a Workflow that has a Delay at the end of it, before it triggers an Email.
I want to have a step before the Delay (as this step is important to happen beforehand) that uses a Filter to determine if some Criteria is met.
If the Criteria is met, then this step will Trigger a Telegram message.
However, regardless of whether the Criteria is met, I want the Workflow to continue onto the Delay step and, eventually, Trigger the Email send.
Is there a way to "branch off" one of the steps in a Workflow, so that the rest of the Workflow continues regardless of what happens in that branch?
Or, if not, is there a way to reference Data already collected/created in that Workflow (let's call it Workflow A) that can then be acted upon via a new Workflow (Workflow B)?
I'm trying to avoid having to use a lot of resources in a Workflow (B) to replicate steps already taken by a different Workflow (A), as it seems a waste to "do the work" twice (of both your resources and my task limit!)
I want to have a step before the Delay (as this step is important to happen beforehand) that uses a Filter to determine if some Criteria is met.
If the Criteria is met, then this step will Trigger a Telegram message.
However, regardless of whether the Criteria is met, I want the Workflow to continue onto the Delay step and, eventually, Trigger the Email send.
Is there a way to "branch off" one of the steps in a Workflow, so that the rest of the Workflow continues regardless of what happens in that branch?
Or, if not, is there a way to reference Data already collected/created in that Workflow (let's call it Workflow A) that can then be acted upon via a new Workflow (Workflow B)?
I'm trying to avoid having to use a lot of resources in a Workflow (B) to replicate steps already taken by a different Workflow (A), as it seems a waste to "do the work" twice (of both your resources and my task limit!)