Multiple Entries for timestamps

Hi glide community.
I’ve got a lawn care business app where id like to punch a timestamp when I complete a lawn and would like to keep a summary log for each clients. I’ve accomplished a single timestamp function but am struggling to find a way to log multiple timestamps and view those timestamps for the associated client.

Im not sure if i maybe need to make a new “Timestamp” table to accomplish the multiple entries and filter after? Any help would be appreciated.

Yeah, I think this is the way to go. You log a new row for each “click” of the button, taking the timestamp and some unique info (saying the user’s email, the lawn’s ID, etc.), then create a relation to show the list of related logs.

1 Like