Remove from flow if success is true | Community
Skip to main content
New Participant
August 9, 2021
Solved

Remove from flow if success is true

  • August 9, 2021
  • 1 reply
  • 1595 views

I am trying to build a workflow that assigns tasks to our sales team over a certain amount of time. So task assigned, wait step, next task assigned, etc. But before each new task is assigned I want to check for program success and remove if success equals true. This seems super straightforward but would like someone to double-check my work.  I just want to be sure that "IF success = True" is only related to the program the smart campaign is nested under. Again - seems super straightforward, but wanted to be 100% sure. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

The Success is True check — and this is unlike other Add Choice conditions — does pertain to the parent Program.

 

But your assumption could well have gone the other way. Be careful assuming Add Choice is localized in other ways. For example, Filled Out Form means Ever Filled Out Form.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
August 10, 2021

The Success is True check — and this is unlike other Add Choice conditions — does pertain to the parent Program.

 

But your assumption could well have gone the other way. Be careful assuming Add Choice is localized in other ways. For example, Filled Out Form means Ever Filled Out Form.

New Participant
August 10, 2021

Awesome! Thank you!