# Set the column inactive on the form

**URL:** https://community.glideapps.com/t/set-the-column-inactive-on-the-form/23066
**Category:** Report a Bug
**Created:** [February 19, 2021, 1:50am UTC](https://community.glideapps.com/t/set-the-column-inactive-on-the-form/23066 "2021-02-19T01:50:42Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Thong\_Nguyen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thong_nguyen/32/21951_2.png) [@Thong\_Nguyen](https://community.glideapps.com/u/Thong_Nguyen)
#### Post date: [February 19, 2021, 1:50am UTC](https://community.glideapps.com/t/set-the-column-inactive-on-the-form/23066/1 "2021-02-19T01:50:42Z")

</div>

One error is that the column doesn’t work on the form

---

<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: [February 19, 2021, 2:02am UTC](https://community.glideapps.com/t/set-the-column-inactive-on-the-form/23066/2 "2021-02-19T02:02:48Z")

</div>

It would be helpful if you can add some screenshots or a video of the bug in action. Thank you.

---

<div class="post-metadata">

### Author: ![Thong\_Nguyen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thong_nguyen/32/21951_2.png) [@Thong\_Nguyen](https://community.glideapps.com/u/Thong_Nguyen)
#### Post date: [February 19, 2021, 2:07am UTC](https://community.glideapps.com/t/set-the-column-inactive-on-the-form/23066/3 "2021-02-19T02:07:59Z")

</div>

> [@Thong\_Nguyen](#):
>
> t không hoạt động trên biểu mẫu

it does not record data into the set column when creating the form

---

<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: [February 19, 2021, 2:31am UTC](https://community.glideapps.com/t/set-the-column-inactive-on-the-form/23066/4 "2021-02-19T02:31:49Z")

</div>

So you’re using a set column “on submit” action?

---

<div class="post-metadata">

### Author: ![Thong\_Nguyen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thong_nguyen/32/21951_2.png) [@Thong\_Nguyen](https://community.glideapps.com/u/Thong_Nguyen)
#### Post date: [February 19, 2021, 2:32am UTC](https://community.glideapps.com/t/set-the-column-inactive-on-the-form/23066/5 "2021-02-19T02:32:20Z")

</div>

Uploading: Untitled.png…

 ![Untitled](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/8/a8bafe7fc2eef76ae1c576a3f96909ab6f80d37e.png)  
yes

---

<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: [February 19, 2021, 2:33am UTC](https://community.glideapps.com/t/set-the-column-inactive-on-the-form/23066/6 "2021-02-19T02:33:02Z")

</div>

> [@Looks like Set Columns doesn't work in ADDFORM](https://community.glideapps.com/t/looks-like-set-columns-doesnt-work-in-addform/22870/9):
>
> Assuming your form isn’t too complicated, you can redo that with a custom form, writing the inputs into user-specific columns, checks for the condition and write the correct “Name” to the destination sheet using an add row action.

Looks like same problem here.

---

<div class="post-metadata">

### Author: ![Thong\_Nguyen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thong_nguyen/32/21951_2.png) [@Thong\_Nguyen](https://community.glideapps.com/u/Thong_Nguyen)
#### Post date: [February 19, 2021, 2:35am UTC](https://community.glideapps.com/t/set-the-column-inactive-on-the-form/23066/7 "2021-02-19T02:35:18Z")

</div>

> [@Looks like Set Columns doesn't work in ADDFORM](https://community.glideapps.com/t/looks-like-set-columns-doesnt-work-in-addform/22870/9):
>
> u mẫu của bạn không quá phức tạp, bạn có thể làm lại điều đó với biểu mẫu tùy chỉnh, viết đầu vào vào các cột dành riêng cho người dùng, kiểm tra điều kiện và viết đúng “Tên” cho trang tính bằng cách sử dụng hành động thêm hàng

Thank you!

---

<div class="post-metadata">

### Author: ![Gregory](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gregory/32/21180_2.png) [@Gregory](https://community.glideapps.com/u/Gregory)
#### Post date: [February 24, 2021, 12:34pm UTC](https://community.glideapps.com/t/set-the-column-inactive-on-the-form/23066/8 "2021-02-24T12:34:34Z")

</div>

I just had a similar case: I wanted to write with a “set column”-action to a row, which is added through a form in the same instance, if the user didn’t fill in the same column.

I think Glide does not allow users to write to the same column **in the same instance** twice (through different means: fill in form & set column).

Please check if that’s the case
