Hi,
I'm using a custom boolean field with the 'checked' option on our forms so people can opt-in into receiving our marketing emails.
However, no matter what triggers I use, the smart campaign doesn't work using these values below (FYI, I'm using the 'any' filter rule):
I think it's because the submitted values are defaulting to the string value of "1" or "0" rather than "true" or "false".
What is a workaround for this?
Thanks!
Solved! Go to Solution.
Boolean fields are represented using true or false keywords in Smart Lists.
In other contexts, they are exported as the strings “yes” and “no” or the strings “1” and ““ (the empty string). But in a Smart List — there’s only one way to check and that’s against the dropdown true/false. So something else must be going on, it’s not the value.
What trigger are you using here? (Those are filters.) If you build a standalone Smart List with the filter on true, can you show a lead with the value checked in the Marketo UI that doesn’t qualify for the SL?
Hello @Jarron ,
You mentioned triggers in your post, but show pictures of filters in your post.
If you want to trigger off it maybe use something like
Side note:
Thanks,
oz
Boolean fields are represented using true or false keywords in Smart Lists.
In other contexts, they are exported as the strings “yes” and “no” or the strings “1” and ““ (the empty string). But in a Smart List — there’s only one way to check and that’s against the dropdown true/false. So something else must be going on, it’s not the value.
What trigger are you using here? (Those are filters.) If you build a standalone Smart List with the filter on true, can you show a lead with the value checked in the Marketo UI that doesn’t qualify for the SL?
Hello @Jarron ,
You mentioned triggers in your post, but show pictures of filters in your post.
If you want to trigger off it maybe use something like
Side note:
Thanks,
oz
Thanks - it now works using triggers rather than filters!
Great. Glad my suggestion for triggers solved it.