# Set of Action(S)

**URL:** https://community.glideapps.com/t/set-of-action-s/65090
**Category:** Ask for Help
**Created:** [August 16, 2023, 12:00pm UTC](https://community.glideapps.com/t/set-of-action-s/65090 "2023-08-16T12:00:39Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Andrei\_Ionescu](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/andrei_ionescu/32/62686_2.png) [@Andrei\_Ionescu](https://community.glideapps.com/u/Andrei_Ionescu)
#### Post date: [August 16, 2023, 12:00pm UTC](https://community.glideapps.com/t/set-of-action-s/65090/1 "2023-08-16T12:00:39Z")

</div>

Hello!!

I was searching for a way to activate a set of actions based on only one ,click" at once.  
So far I wasn’t able to find any solution. ☹

Any tips & tricks somebody could share?

Thank you in advance!!!  
Andrei.

---

<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: [August 16, 2023, 12:07pm UTC](https://community.glideapps.com/t/set-of-action-s/65090/2 "2023-08-16T12:07:02Z")

</div>

Are you aware that you can create custom complex actions within the Action Editor?

Or are you wanting one custom action to trigger a second custom action? (that can’t be done).

> **[Introduction to Actions](https://www.glideapps.com/docs/automation/actions)**
>
> Unlock the power of actions in Glide.

---

<div class="post-metadata">

### Author: ![Andrei\_Ionescu](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/andrei_ionescu/32/62686_2.png) [@Andrei\_Ionescu](https://community.glideapps.com/u/Andrei_Ionescu)
#### Post date: [August 16, 2023, 1:35pm UTC](https://community.glideapps.com/t/set-of-action-s/65090/3 "2023-08-16T13:35:59Z")

</div>

Thanks for a quick reply. Yes I was looking for a custom action to trigger multiple actions.  
Noticed in the custom action you can add mainly only ifs (else). Would be nice if the future something like AND can be added.

Managed in the end to find a way around in the end. 🙂

Thanks!

---

<div class="post-metadata">

### Author: ![Pratik\_Shah](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pratik_shah/32/12416_2.png) [@Pratik\_Shah](https://community.glideapps.com/u/Pratik_Shah)
#### Post date: [August 16, 2023, 2:59pm UTC](https://community.glideapps.com/t/set-of-action-s/65090/4 "2023-08-16T14:59:06Z")

</div>

As far as I understand, you can add mulitple actions under each condition. Like this?

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

So basically, you can make multiple actions on single button click.
