# Apply multiple workflows on one button

**URL:** https://community.glideapps.com/t/apply-multiple-workflows-on-one-button/82762
**Category:** Feature Requests
**Created:** [June 26, 2025, 3:04pm UTC](https://community.glideapps.com/t/apply-multiple-workflows-on-one-button/82762 "2025-06-26T15:04:44Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Thais\_Fontes](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thais_fontes/32/61251_2.png) [@Thais\_Fontes](https://community.glideapps.com/u/Thais_Fontes)
#### Post date: [June 26, 2025, 3:04pm UTC](https://community.glideapps.com/t/apply-multiple-workflows-on-one-button/82762/1 "2025-06-26T15:04:44Z")

</div>

I would like to request the ability to add multiple workflows to the **submit** button when a user **edits** a row. Currently, I am required to utilize over 15 conditions within the same workflow, because some conditions should be applied at the same time as others.

Example:  
(1) If **Statut** change to _Livre_ \> Change **Prochaine Etape** to _Termine_  
(2) If **Prochaine Etape** changes to _Termine_ \> Change **Status** to _Complete_

In this case, today, the workflow would apply only the workflow condition (1) but in reality I need for it to be applied to (1) AND (2) at the same time.

Another possible solution for this would be to add _sub-conditions_ for a longer workflow continuation.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/9/e9641d74189db939515ee7010973b07896be4817.png)

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [June 26, 2025, 3:44pm UTC](https://community.glideapps.com/t/apply-multiple-workflows-on-one-button/82762/2 "2025-06-26T15:44:02Z")

</div>

Have you considered calling a Manual or Webhook triggered workflow?  
These provide much more flexibility in terms of conditional branching/looping/etc.

---

<div class="post-metadata">

### Author: ![Thais\_Fontes](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thais_fontes/32/61251_2.png) [@Thais\_Fontes](https://community.glideapps.com/u/Thais_Fontes)
#### Post date: [June 26, 2025, 4:00pm UTC](https://community.glideapps.com/t/apply-multiple-workflows-on-one-button/82762/3 "2025-06-26T16:00:33Z")

</div>

Yes, but I would still need to apply the same 15+ conditions and be very careful on how I order them for them to be triggered properly.  
Plus this would also mean to trigger a manual workflow that we might not even use (considering that they fix the bug in which we can’t add conditions on the manual workflow).

Some users will change more than one field at a time, which sometimes it would mean to trigger 2+ conditions at the same time. Others will change just one field, so then only 1 or 0 condition would be triggered.
