# TimeClock

**URL:** https://community.glideapps.com/t/timeclock/80855
**Category:** Ask for Help
**Created:** [March 20, 2025, 12:39am UTC](https://community.glideapps.com/t/timeclock/80855 "2025-03-20T00:39:30Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Hello\_Kitty](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hello_kitty/32/86286_2.png) [@Hello\_Kitty](https://community.glideapps.com/u/Hello_Kitty)
#### Post date: [March 20, 2025, 12:39am UTC](https://community.glideapps.com/t/timeclock/80855/1 "2025-03-20T00:39:30Z")

</div>

Hi! I am trying to create an option to clock in and out for individual events. What I have so far is it is adding a row to my timesheet data table, when I press clock in it is working for that individual event. When I clock out though it is overriding and taking the clock in time away. It is putting it in the same row now which was previously an issue. What do I need to do?

---

<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: [March 20, 2025, 1:27am UTC](https://community.glideapps.com/t/timeclock/80855/2 "2025-03-20T01:27:37Z")

</div>

What you need to do is fix it 🙂  
What action are you using with Clock Out?  
Depending on how you’ve set things up, you should be using either an Edit Screen, or a Custom Form with a Set Column Values action on submit.

If you can show us some screenshots of what you have, there is a better than average chance that we can point out what is wrong and what needs to be fixed.

---

<div class="post-metadata">

### Author: ![Hello\_Kitty](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hello_kitty/32/86286_2.png) [@Hello\_Kitty](https://community.glideapps.com/u/Hello_Kitty)
#### Post date: [April 1, 2025, 1:45am UTC](https://community.glideapps.com/t/timeclock/80855/3 "2025-04-01T01:45:41Z")

</div>

![Screenshot 2025-03-31 at 7.44.20 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/a/aad25984a4f67681545a2cbd24544d97171f45e3.png)  
 ![Screenshot 2025-03-31 at 7.44.34 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/b/9b9489a414ccc7e2f2f2f57bd57a1488cdb7f6ed.jpeg)  
 ![Screenshot 2025-03-31 at 7.45.01 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/9/29f85d039ee7336a15f715882a93339086f17850.png)  
Sorry it took so long, if you have any idea on how to fix it?

---

<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: [April 1, 2025, 5:07am UTC](https://community.glideapps.com/t/timeclock/80855/4 "2025-04-01T05:07:59Z")

</div>

Okay, first thing - both your Clock In and Clock Out columns are User Specific:

 ![CleanShot 2025-04-01 at 12.58.43@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/5/35f72997b7ad294e2c7177830855f379a13011c5.png)

You almost certainly don’t want this, unless you intend all users to be adding data to the same row. And I’m pretty sure that’s not the case. So you should delete those and add them back as non-user specific columns.

You haven’t shown what the action is on your Clock Out button, but this is what I would suggest:

- Create a Query column that targets your Timesheet table, and apply the following filters:  
– User Email is signed in user  
– Clock In is not empty  
– Clock Out is empty
- Make sure you do _not_ check the “Match multiple” box
- Then the action on your Clock Out button can be Set Column Values that targets the Clock Out column via the above Query, setting the current date/time

---

<div class="post-metadata">

### Author: ![Hello\_Kitty](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hello_kitty/32/86286_2.png) [@Hello\_Kitty](https://community.glideapps.com/u/Hello_Kitty)
#### Post date: [April 3, 2025, 1:21am UTC](https://community.glideapps.com/t/timeclock/80855/5 "2025-04-03T01:21:19Z")

</div>

Hi! Its still not working would I be able to maybe send a video? I am not really sure how to fix it with this many options

---

<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: [April 3, 2025, 1:26am UTC](https://community.glideapps.com/t/timeclock/80855/6 "2025-04-03T01:26:08Z")

</div>

Sure, please do.
