# Campaigns ignoring conditions and sending anyway

**URL:** https://forum.mautic.org/t/campaigns-ignoring-conditions-and-sending-anyway/20586
**Category:** Product Support
**Created:** [August 25, 2021, 4:02am UTC](https://forum.mautic.org/t/campaigns-ignoring-conditions-and-sending-anyway/20586 "2021-08-25T04:02:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mkaaaay](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/mkaaaay/32/4707_2.png) [@mkaaaay](https://forum.mautic.org/u/mkaaaay)
#### Post date: [August 25, 2021, 4:02am UTC](https://forum.mautic.org/t/campaigns-ignoring-conditions-and-sending-anyway/20586/1 "2021-08-25T04:02:06Z")

</div>

**Your software**  
My Mautic version is: 3.3.3  
My PHP version is: 7.3  
My Database type and version is: MriaDB 11.3

**Your problem**  
My problem is:

So we have a segment that we wish to send three campaign emails to.

We have some custom fields to trigger the email send.  
if custom\_field = 1, then send campaign email 1 immediately  
if custom\_field = 2, then send campaign email 2 immediately  
if custom\_field = 3, then send campaign email 3 immediately

Problem is, no matter what I try, all 3 emails get sent at once.

- I tried changing the custom\_field from varchar to INT and the same result
- I tried changing back to varchar and condition from ‘equals’ to ‘like’ and 1,2,3 to “first”, “second”, “third” etc… but same result
- in tried chaining the campaign conditions together and having three distinct campaigns - same result

Is it me or is it the mautic?

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [August 25, 2021, 7:09pm UTC](https://forum.mautic.org/t/campaigns-ignoring-conditions-and-sending-anyway/20586/2 "2021-08-25T19:09:50Z")

</div>

Can you post the flow here?
