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.
Solved! Go to Solution.
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.
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.
Awesome! Thank you!