Skip to main content

Hope all is well everyone, my name is Dj and I’m having quite the issue and was looking for a bit of help. So I have an automation flow that involves about 4 different automations, my goal is for one contact to finish the first automation then once that contact is finished, it will start another automation but I want to send the 2nd automation to a different user, not the same user. I tried using conditions but that usually just stops the automation after the first automation ends and doesn’t send the message to the user that meets the conditions. Anyone know how to solve this issue?

Hi ​@QGVentures ,

 

Build the logic as follows:

  1. After completing the first automation, add the tag "F1".
    Before starting the second automation, apply a condition:
    If tag "F1" is present, continue to the second flow;
    If not, redirect the user back to Automation Flow 1.

  2. Once the second automation is completed, add the tag "F2".
    Then, apply a similar condition in Flow 3 to check for the "F2" tag before proceeding.


@QGVentures you can apply tag at the end of first automation.and before the 2nd automation start, check condition, if user has tag then not send the 2nd flow.

Hope you got it as ​@AwaisToor  also define clearly.

Contact me if you need more help.thanks.


Reply