# User-specific Column only available in Visibility not Increment action option

**URL:** https://community.glideapps.com/t/user-specific-column-only-available-in-visibility-not-increment-action-option/12438
**Category:** Report a Bug
**Created:** [July 14, 2020, 12:01am UTC](https://community.glideapps.com/t/user-specific-column-only-available-in-visibility-not-increment-action-option/12438 "2020-07-14T00:01:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Rogelio](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rogelio/32/1054_2.png) [@Rogelio](https://community.glideapps.com/u/Rogelio)
#### Post date: [July 14, 2020, 12:01am UTC](https://community.glideapps.com/t/user-specific-column-only-available-in-visibility-not-increment-action-option/12438/1 "2020-07-14T00:01:22Z")

</div>

So I’m not sure if this is by-design or if this a bug.

I have an in-line list with a ‘show form’ action. I have created a user-specific number column which I would like to use in the form.

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/8/8d21a956889d5bf8e6125cb6a7cdf57c789f7f5f.png)

I have a button for which I’m hiding based on the column value. I can see the user-specific column on the list to achieve this.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/8/85226801e94967aaa3939bda93c400f32445501c.png)

The problem is that I’d like to increment it through the use of a button action, but the issue is that it’s not listed as a selectable column to increment. I find it odd that it’s available for use in the visibility settings but not the increment action.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/b/b7adda8e7394f8a2039c2d54796e7ec838f67f08.png)

---

<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: [July 21, 2020, 12:32am UTC](https://community.glideapps.com/t/user-specific-column-only-available-in-visibility-not-increment-action-option/12438/2 "2020-07-21T00:32:35Z")

</div>

This is probably due to the fact that you are inside of a form and the increment value needs to be written to the user specific column, but you can’t do that within a form since none of the data is written to the sheet until you click on submit.
