Last Updated Time Stamp when incrementing a cell

Hi, Just need help on how I can get a Timestamp updated each time I update a cell . E.g. I have a Button with a Plus and Minus action, Which updates a Cell number which says the quantity of a product in stock, Is there a way that as soon as I click a button it updates another cell showing a time and date to the current time and date. and also using the Glideapp Sheet not Google Sheet.

You can do this with a custom action.

Where you selected increment. At the top of the list is edit action. If you have a timestamp column, you can use the “set column” action to update this with “now” and also have the increment action fire.

2 Likes

Thanks so much, I feel dumb now haha. It was pretty easy to do. :slight_smile: