# Timestamp for each user’s last access

**URL:** https://community.glideapps.com/t/timestamp-for-each-user-s-last-access/85737
**Category:** Ask for Help
**Created:** [December 16, 2025, 9:09pm UTC](https://community.glideapps.com/t/timestamp-for-each-user-s-last-access/85737 "2025-12-16T21:09:25Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Mauro\_Candreva](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mauro_candreva/32/84458_2.png) [@Mauro\_Candreva](https://community.glideapps.com/u/Mauro_Candreva)
#### Post date: [December 16, 2025, 9:09pm UTC](https://community.glideapps.com/t/timestamp-for-each-user-s-last-access/85737/1 "2025-12-16T21:09:25Z")

</div>

Hi, is there an easy way to generate a timestamp for each user’s last access in the app?

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [December 17, 2025, 12:17am UTC](https://community.glideapps.com/t/timestamp-for-each-user-s-last-access/85737/2 "2025-12-17T00:17:00Z")

</div>

You could try this

> [@Auto Action trigger](https://community.glideapps.com/t/auto-action-trigger/77525):
>
> I made a prompt that allow an action to be triggered on page load. I attempted to create a prompt that allows the AI component to perform an action on load after a delay of 100 ms. While I couldn’t get it to work with the provided delay value, it still enables us to make the AI execute a custom action upon page load. Here is the prompt : 1. In the \*\*DATA\*\* section, define only the `Delay` property with a milliseconds value. 2. On component load, automatically retrieve the `Delay` property. If…

Add the AI Component on each screen to update the last access timestamp column in the user profile’s row.

> **[Real-Time Workflow Automation](https://real-time-workflow.mbci.space/)**
>
> This demo app is designed to showcase the core functionality of automating workflows, triggering actions based on data changes, and streamlining user interactions in real time. It highlights how you can effortlessly manage tasks and processes, making...
