Allow multiple levels and/or nested conditional logic (choices) within flow steps
Occasionally, we'll run into a situation that requires more complex logic in our smart campaigns that what Marketo allows. Our only choice is to create multiple smart campaigns. Instead, it would be great to have multiple levels (two would be a good start) of choices within a flow step of a smart campaign. For example, a single "Send Alert" flow step might look like this:
If Telemarketing MQL is TRUE
- If country is US
- send telemarketing alert to US marketer
- If country is UK
- send telemarketing alert to UK marketer
If Event MQL is TRUE
- If country is US
- send event alert to US marketer
- If country is UK
- send event alert to UK marketer
Alternatively, but slightly less structured, it could even look like this:
If Telemarketing MQL is TRUE
AND
If country is US
- send telemarketing alert to US marketer
If Telemarketing MQL is TRUE
AND
If country is UK
- send telemarketing alert to UK marketer
If Event MQL is TRUE
AND
If country is US
- send Event alert to US marketer
If Event MQL is TRUE
AND
If country is UK
- send Event alert to UK marketer