# Multiple conditions are met at the same time / Minor condition

**URL:** https://community.glideapps.com/t/multiple-conditions-are-met-at-the-same-time-minor-condition/24580
**Category:** Ask for Help
**Created:** [March 22, 2021, 9:57am UTC](https://community.glideapps.com/t/multiple-conditions-are-met-at-the-same-time-minor-condition/24580 "2021-03-22T09:57:07Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [March 22, 2021, 12:00pm UTC](https://community.glideapps.com/t/multiple-conditions-are-met-at-the-same-time-minor-condition/24580/4 "2021-03-22T12:00:14Z")

</div>

It is standard in all programming languages to always stop processing once the first true condition has been met and processed.

In your case I would add a third condition in front of the other two. The first condition would check if Phone AND Address are empty, then set all necessary columns. Else, let it run through the other conditions. It’s all about the correct heirarchy.

I absolutely agree that the If Then logic needs work in glide.

@Robert_Petitto created a feature request that asks for exactly what you want.

> [@Action Editor \> Connect/Add branching actions and conditions](https://community.glideapps.com/t/action-editor-nodes-connect-actions/24544):
>
> The action editor is the most powerful feature of glide. It’s one limitation is that conditions are only allowed at the root level. Would love the feature to check one condition, make one change (like an increment or set column) and then continue the workflow/path contained in a separate condition. Kind of hard to explain in words. Watch the video below to see what I mean. Image uploaded by @Lucas_Pires@tristan @jason

I have a feature request that’s a little more generic and asks for better and more consistent IF Then logic throughout all of glide.

> [@Better and more consistent IF THEN logic](https://community.glideapps.com/t/better-and-more-consistent-if-then-logic/24317):
>
> I’ve spent the past few days trying to work out some IF/THEN logic for a side project. The problem is that this is something I could have worked out in a matter of a few minutes with actual code. I’m running into several limitations with the current IF/THEN logic we currently have in Glide. First of all there inconsistencies between what’s possible with an IF/THEN column, and what’s possible with If/Then logic in visibility conditions or actions. Most importantly, an IF/THEN column only all…

---

_[View the full topic](https://community.glideapps.com/t/multiple-conditions-are-met-at-the-same-time-minor-condition/24580)._
