# Connect increment value to specific user

**URL:** https://community.glideapps.com/t/connect-increment-value-to-specific-user/68590
**Category:** Ask for Help
**Created:** [December 12, 2023, 6:58am UTC](https://community.glideapps.com/t/connect-increment-value-to-specific-user/68590 "2023-12-12T06:58:06Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [December 12, 2023, 9:02am UTC](https://community.glideapps.com/t/connect-increment-value-to-specific-user/68590/2 "2023-12-12T09:02:32Z")

</div>

I’m not quite sure that I follow your logic, but here is how I would do this:

- Ensure that you are saving both the users email address and date generated in the table where your images are stored.
- In your User Profile table, create a Query column that targets your Image table, and apply the following filters:  
– Email address is This row-\>Email  
– Date is within Today
- Add a Rollup-\>Count via the Query column
- If the count is equal to 3, don’t allow an image to be generated (I would use the count as a visibility condition)

---

_[View the full topic](https://community.glideapps.com/t/connect-increment-value-to-specific-user/68590)._
