Hello all,
if a known Marketo person submits a form and with that form submit also changes the field "Flex Field Newsletter (MKTO)" to true, does that mean the person goes through the Smart Campaign above twice? As in: If the flow is Send Email, does the person receive the email twice?
I believe the answer is yes, and this is so by design, but I wanted to be sure.
Thanks,
Michael
Solved! Go to Solution.
Yes that is correct! If the campaign is set to allow qualifying people to flow through it everytime, the person would be flowing through the campaign flow multiple times when both the triggers fire off simultaneously (both the campaign invocations are considered independent by Marketo).
There are a bunch of things you can do to prevent this -
Note that adding "Not Was Sent Email" filter in last few minutes to prevent redundant campaign flow won't work as both the campaign invocations are asynchronous which means that there's no gurantee that the Send Email flow step from the campaign invocation 1 has ran before the campaign gets invocated the 2nd time due to the CDV activity.
Yes that is correct! If the campaign is set to allow qualifying people to flow through it everytime, the person would be flowing through the campaign flow multiple times when both the triggers fire off simultaneously (both the campaign invocations are considered independent by Marketo).
There are a bunch of things you can do to prevent this -
Note that adding "Not Was Sent Email" filter in last few minutes to prevent redundant campaign flow won't work as both the campaign invocations are asynchronous which means that there's no gurantee that the Send Email flow step from the campaign invocation 1 has ran before the campaign gets invocated the 2nd time due to the CDV activity.
Thank you very much for confirming, Darshil! And thanks for the recommendations - we'll find a way to prevent this from happening.
Of course! As always, glad to help. 🙂