# Flow with OR limited number of cards?

**URL:** https://community.homey.app/t/flow-with-or-limited-number-of-cards/14361
**Category:** Flows
**Created:** [June 13, 2019, 9:40am UTC](https://community.homey.app/t/flow-with-or-limited-number-of-cards/14361 "2019-06-13T09:40:03Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![josjg](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/josjg/32/12397_2.png) [@josjg](https://community.homey.app/u/josjg)
#### Post date: [June 13, 2019, 9:40am UTC](https://community.homey.app/t/flow-with-or-limited-number-of-cards/14361/1 "2019-06-13T09:40:03Z")

</div>

I am a new Homey user and am trying to create a flow with multiple OR conditions in the “AND” section of the flow. I followed the instruction on the support site on how to create OR conditions in a flow, but noticed that I cannot add more than three OR cards (or rather sections with an OR line in between).

Am I missing something, or is this a limitation? Is there a work-around?

Thanks

---

<div class="post-metadata">

### Author: ![viix](https://avatars.discourse-cdn.com/v4/letter/v/4af34b/32.png) [@viix](https://community.homey.app/u/viix)
#### Post date: [June 13, 2019, 10:04am UTC](https://community.homey.app/t/flow-with-or-limited-number-of-cards/14361/2 "2019-06-13T10:04:45Z")

</div>

The AND Section allows only 3 or action.  
However, a workaround is to invert the conditions instead.

so instead of or “someone is home” or “light is on” , you can do “not and” and reverse the action.  
so that would be “someone is not home and light is off” and you put the desire action in the else slot.

maybe screenshot your flows here so we can better explain…  
Here’s a solution from the [old forum](https://forum.athom.com/discussion/comment/69162/#Comment_69162)

---

<div class="post-metadata">

### Author: ![Jan\_Willem\_Visser](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/jan_willem_visser/32/10747_2.png) [@Jan\_Willem\_Visser](https://community.homey.app/u/Jan_Willem_Visser)
#### Post date: [June 13, 2019, 10:18am UTC](https://community.homey.app/t/flow-with-or-limited-number-of-cards/14361/3 "2019-06-13T10:18:09Z")

</div>

You can use as many AND cards as you want… The OR has a limitation of 3

An option is to make one main flow with a trigger “this flow is starded” and make multiple flows that trigger the main flow…

---

<div class="post-metadata">

### Author: ![josjg](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/josjg/32/12397_2.png) [@josjg](https://community.homey.app/u/josjg)
#### Post date: [June 13, 2019, 10:18am UTC](https://community.homey.app/t/flow-with-or-limited-number-of-cards/14361/4 "2019-06-13T10:18:59Z")

</div>

Fantastic! Works like a charm. Thanks!

---

<div class="post-metadata">

### Author: ![Joost2](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/joost2/32/47913_2.png) [@Joost2](https://community.homey.app/u/Joost2)
#### Post date: [April 23, 2022, 4:10pm UTC](https://community.homey.app/t/flow-with-or-limited-number-of-cards/14361/5 "2022-04-23T16:10:54Z")

</div>

Well, there’s no reason to limit the OR cards to a maximum of three, is there…?

---

<div class="post-metadata">

### Author: ![Peter\_Kawa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/peter_kawa/32/173848_2.png) [@Peter\_Kawa](https://community.homey.app/u/Peter_Kawa)
#### Post date: [April 23, 2022, 7:34pm UTC](https://community.homey.app/t/flow-with-or-limited-number-of-cards/14361/6 "2022-04-23T19:34:24Z")

</div>

Don’t know why it’s limited.  
Anyway, with a bit of creative thinking you can use as many OR conditions as you like, as mentioned here before:

> [@viix](#):
>
> a workaround is to invert the conditions instead.
> 
> so instead of or “someone is home” or “light is on” , you can do “not and” and reverse the action.  
> so that would be “someone is not home and light is off” and you put the desire action in the **then else** slot.

---

<div class="post-metadata">

### Author: ![Jan\_Willem\_Visser](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/jan_willem_visser/32/10747_2.png) [@Jan\_Willem\_Visser](https://community.homey.app/u/Jan_Willem_Visser)
#### Post date: [April 24, 2022, 9:38am UTC](https://community.homey.app/t/flow-with-or-limited-number-of-cards/14361/7 "2022-04-24T09:38:36Z")

</div>

Look on the internet and search for “wetten van De Morgan” That’s what Peter\_Kawa says.

---

<div class="post-metadata">

### Author: ![T-i-m](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/t-i-m/32/58438_2.png) [@T-i-m](https://community.homey.app/u/T-i-m)
#### Post date: [July 23, 2023, 3:33pm UTC](https://community.homey.app/t/flow-with-or-limited-number-of-cards/14361/8 "2023-07-23T15:33:46Z")

</div>

This limitation with only three or seems to still be around. What value is it adding?

It seems to me like the flows could be much less cluttered and more nicely organized if that limitation was removed.

Does anyone know why it is there?

---

<div class="post-metadata">

### Author: ![Adrian\_Rockall](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/adrian_rockall/32/13209_2.png) [@Adrian\_Rockall](https://community.homey.app/u/Adrian_Rockall)
#### Post date: [July 24, 2023, 5:30am UTC](https://community.homey.app/t/flow-with-or-limited-number-of-cards/14361/9 "2023-07-24T05:30:17Z")

</div>

I guess only Athom will know why.  
One solution is to use Advanced Flows as they have no such limits.

---

<div class="post-metadata">

### Author: ![T-i-m](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/t-i-m/32/58438_2.png) [@T-i-m](https://community.homey.app/u/T-i-m)
#### Post date: [July 25, 2023, 12:12pm UTC](https://community.homey.app/t/flow-with-or-limited-number-of-cards/14361/10 "2023-07-25T12:12:11Z")

</div>

I thought maybe someone would have learned the answer already by now🙂

---

<div class="post-metadata">

### Author: ![robertklep](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robertklep/32/160628_2.png) [@robertklep](https://community.homey.app/u/robertklep)
#### Post date: [July 25, 2023, 12:56pm UTC](https://community.homey.app/t/flow-with-or-limited-number-of-cards/14361/11 "2023-07-25T12:56:01Z")

</div>

There is no answer other than that Athom has, at some point, decided that [“three ought to be enough for anybody”](https://quoteinvestigator.com/2011/09/08/640k-enough/).
