# How to chain conditions in Actions Editor

**URL:** https://community.glideapps.com/t/how-to-chain-conditions-in-actions-editor/61134
**Category:** Ask for Help
**Created:** [April 28, 2023, 9:34pm UTC](https://community.glideapps.com/t/how-to-chain-conditions-in-actions-editor/61134 "2023-04-28T21:34:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kiptoo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kiptoo/32/57036_2.png) [@kiptoo](https://community.glideapps.com/u/kiptoo)
#### Post date: [April 28, 2023, 9:34pm UTC](https://community.glideapps.com/t/how-to-chain-conditions-in-actions-editor/61134/1 "2023-04-28T21:34:14Z")

</div>

I am using the Actions Editor to create a custom workflow. Here’s my current action:  
 ![Screen Shot 2023-04-29 at 12.24.52 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/c/2c75f89a9529f6938c8b247839ec40fb7a9ae24d.png)

The idea is that when the user profile (record in `Team Members` table) is updated, I want those changes to propagate to the corresponding record in the `Vendors` table.

Now, I have other types of users e.g. Admins, Shop Assistants (staff), Clerks, etc. I’d like to also conditionally introspect their type so that I can set the table-specific column values in their specific sheets.

How can I achieve this in Glide? It appear that the Actions editor does not support more than one if-else condition…

Specifically, I’d like something like this:

if “Role” is “Vendor” → Set column values in “Vendors” table (using Team Members/Vendor Relation)  
else if “Role” is “Shop Assistant” → Set column values in “Shop Assistants” table (using Team Members/Shop Assistant Relation)  
else if “Role” is “Clerk” → Set column values in “Field Clerks” table (using Team Members/Clerk Relation)  
…

---

<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: [April 28, 2023, 10:04pm UTC](https://community.glideapps.com/t/how-to-chain-conditions-in-actions-editor/61134/2 "2023-04-28T22:04:08Z")

</div>

You can add more conditions. If you hover in the right spot you should see a plus symbol to add another IF condition. You can have multiple conditions going horizontally.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [April 29, 2023, 10:04pm UTC](https://community.glideapps.com/t/how-to-chain-conditions-in-actions-editor/61134/3 "2023-04-29T22:04:17Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
