# Action increment "this item" unhelpful

**URL:** https://community.glideapps.com/t/action-increment-this-item-unhelpful/56795
**Category:** Ask for Help
**Created:** [January 17, 2023, 9:48am UTC](https://community.glideapps.com/t/action-increment-this-item-unhelpful/56795 "2023-01-17T09:48:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![osbyrne](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/osbyrne/32/49531_2.png) [@osbyrne](https://community.glideapps.com/u/osbyrne)
#### Post date: [January 17, 2023, 9:48am UTC](https://community.glideapps.com/t/action-increment-this-item-unhelpful/56795/1 "2023-01-17T09:48:29Z")

</div>

hi

when editing an action, you can increment a value in your table  
two issues:

- I can’t choose which table to modify (locked in on the main data source, but not the one i want to modify)
- I can’t choose which item to modify (locked in on “this item”, no other options available

no help from docs: [Glide Docs • Increment value](https://www.glideapps.com/docs/reference/actions/increment-value)

needless to say, I wouldn’t have these issues without glide, because I wouldnt be able to build an app at all. Thanks to the team for making Glide awsome

---

<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 17, 2023, 10:47am UTC](https://community.glideapps.com/t/action-increment-this-item-unhelpful/56795/2 "2023-01-17T10:47:50Z")

</div>

By default, the Increment Action can only operate on the current row (This Item) or the User Profile row (if User Profiles are configured).

If you want it to operate on some other row - either in the same table or another table - then you need to create a single relation from the current row to the row you want to operate on.

---

<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 17, 2023, 11:42pm UTC](https://community.glideapps.com/t/action-increment-this-item-unhelpful/56795/3 "2023-01-17T23:42:13Z")

</div>

Probably should tell them to update the Docs to show that we can increment over a relation.
