# E-mail about error

**URL:** https://community.glideapps.com/t/e-mail-about-error/79009
**Category:** Ask for Help
**Created:** [January 6, 2025, 4:48pm UTC](https://community.glideapps.com/t/e-mail-about-error/79009 "2025-01-06T16:48:02Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![Lomanto](https://avatars.discourse-cdn.com/v4/letter/l/7993a0/32.png) [@Lomanto](https://community.glideapps.com/u/Lomanto)
#### Post date: [January 6, 2025, 4:48pm UTC](https://community.glideapps.com/t/e-mail-about-error/79009/1 "2025-01-06T16:48:02Z")

</div>

Good afternoon,  
Does anyone know how to cancel sending an email when an error occurs while executing an action?  
Glide does not allow you to delete several fields from a table and so I need to repeat some commands to be able to perform the task. It turns out that the number of fields is not always equal to the number of execution, so the glide, due to not finding a reference, sends an email informing that there is no field to execute SET COLUNM in the action.  
Is it possible to cancel sending the email?  
Thanks

---

<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: [January 6, 2025, 5:13pm UTC](https://community.glideapps.com/t/e-mail-about-error/79009/2 "2025-01-06T17:13:33Z")

</div>

Can you share what your workflow looks like?

---

<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: [January 7, 2025, 1:30am UTC](https://community.glideapps.com/t/e-mail-about-error/79009/3 "2025-01-07T01:30:51Z")

</div>

> [@Lomanto](#):
>
> Glide does not allow you to delete several fields from a table and so I need to repeat some commands to be able to perform the task. It turns out that the number of fields is not always equal to the number of execution, so the glide, due to not finding a reference, sends an email informing that there is no field to execute SET COLUNM in the action.

Are you talking about fields (columns) or rows?  
There is a very important difference. I can only assume that when you say “fields”, you really mean “rows” - is that correct?

---

<div class="post-metadata">

### Author: ![Lomanto](https://avatars.discourse-cdn.com/v4/letter/l/7993a0/32.png) [@Lomanto](https://community.glideapps.com/u/Lomanto)
#### Post date: [January 7, 2025, 8:53pm UTC](https://community.glideapps.com/t/e-mail-about-error/79009/4 "2025-01-07T20:53:09Z")

</div>

Good afternoon,  
Sorry for the delay in responding.  
It’s not a ROW, it’s a column.  
Name - Connection - Connection 2  
John 1 1  
Mary 1 1  
Richard 1 1  
Relation Connection with connection 2  
In this case, the relation takes the first event (João)  
Then I create an action and execute a set column  
Clear value Name and link 1  
Then the relation goes to the second event, since the first is not compatible, so I execute another set column right below the previous one with the same command. This erases Maria’s name and so on.  
As for names, the set column works normally, however I add some extra set columns in case additional events happen.  
At this moment, glide is unable to execute because it does not find a column in the relationship that meets the request and it sends an email to inform you of the error.  
I want to avoid sending this email, is it possible. This change is good but causes inconvenience when several users use the application.

---

<div class="post-metadata">

### Author: ![Lomanto](https://avatars.discourse-cdn.com/v4/letter/l/7993a0/32.png) [@Lomanto](https://community.glideapps.com/u/Lomanto)
#### Post date: [January 7, 2025, 8:56pm UTC](https://community.glideapps.com/t/e-mail-about-error/79009/5 "2025-01-07T20:56:30Z")

</div>

Colunms

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 8, 2025, 12:30am UTC](https://community.glideapps.com/t/e-mail-about-error/79009/6 "2025-01-08T00:30:33Z")

</div>

Seems like there’s something lost in translation here. It’s totally fine to write in your native language if it helps you express your problem better.

So you’re trying to clear values from multiple columns here in your example, but Glide returns an error? What exact message does that error state?

---

<div class="post-metadata">

### Author: ![Lomanto](https://avatars.discourse-cdn.com/v4/letter/l/7993a0/32.png) [@Lomanto](https://community.glideapps.com/u/Lomanto)
#### Post date: [January 8, 2025, 8:32am UTC](https://community.glideapps.com/t/e-mail-about-error/79009/7 "2025-01-08T08:32:58Z")

</div>

The action **Salvar Tudo** in the app **Casa Montessori** failed with the following error:

[Set column values] No row to set columns in

**User**  
[lomanto82@gmail.com](mailto:lomanto82@gmail.com)  
**Location**  
[https://go.glideapps.com/app/xfLpXdBeRAfgykIEwxt8/layout](https://go.glideapps.com/app/xfLpXdBeRAfgykIEwxt8/layout)  
View action  
Not interested in receiving this? Change your notifications settings.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 8, 2025, 8:52am UTC](https://community.glideapps.com/t/e-mail-about-error/79009/8 "2025-01-08T08:52:37Z")

</div>

Can you share a screenshot on how you’re configuring the action?

---

<div class="post-metadata">

### Author: ![Lomanto](https://avatars.discourse-cdn.com/v4/letter/l/7993a0/32.png) [@Lomanto](https://community.glideapps.com/u/Lomanto)
#### Post date: [January 8, 2025, 8:57am UTC](https://community.glideapps.com/t/e-mail-about-error/79009/9 "2025-01-08T08:57:17Z")

</div>

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/5/3527feb6aceebf3933af23643b7a9719bf7a6471.jpeg)

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/5/753f5ba6316ff387ba391d654ade0fd2d74468ba.jpeg)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 8, 2025, 9:00am UTC](https://community.glideapps.com/t/e-mail-about-error/79009/10 "2025-01-08T09:00:17Z")

</div>

So it returned an error in one of the steps that you use to clear columns through a relation right?

Can you show us some screenshots on how those relations are set up?

---

<div class="post-metadata">

### Author: ![Lomanto](https://avatars.discourse-cdn.com/v4/letter/l/7993a0/32.png) [@Lomanto](https://community.glideapps.com/u/Lomanto)
#### Post date: [January 8, 2025, 9:06am UTC](https://community.glideapps.com/t/e-mail-about-error/79009/11 "2025-01-08T09:06:10Z")

</div>

Good morning,  
There is no way to show the process.  
RELATION looks for similar things and connects them. I eliminate an equality and it looks for the next one that is equal. This way I can clean the column. The problem is that I ask it to execute the command but it doesn’t have equality to execute. At this time it sends the e informing that there is no column to execute. And it doesn’t even exist in some situations.

---

<div class="post-metadata">

### Author: ![Lomanto](https://avatars.discourse-cdn.com/v4/letter/l/7993a0/32.png) [@Lomanto](https://community.glideapps.com/u/Lomanto)
#### Post date: [January 8, 2025, 9:09am UTC](https://community.glideapps.com/t/e-mail-about-error/79009/12 "2025-01-08T09:09:00Z")

</div>

As glide does not clear several columns, this was the solution I found to solve it.  
It turns out that the number of columns I need to clean is not fixed and that’s why I have to create additional executions.

---

<div class="post-metadata">

### Author: ![Lomanto](https://avatars.discourse-cdn.com/v4/letter/l/7993a0/32.png) [@Lomanto](https://community.glideapps.com/u/Lomanto)
#### Post date: [January 10, 2025, 9:12am UTC](https://community.glideapps.com/t/e-mail-about-error/79009/13 "2025-01-10T09:12:48Z")

</div>

Good morning,  
I want to thank everyone for always being willing to help in finding solutions.  
Regarding this topic, I already managed to figure out how to remove error information from being sent.  
The solution is to enter the application team and in the members section, change the sending of notifications to off.  
Thanks.

---

<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: [January 17, 2025, 9:13am UTC](https://community.glideapps.com/t/e-mail-about-error/79009/14 "2025-01-17T09:13:07Z")

</div>

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