Checklist > Set Column (Timestamp)

Hi,
I’m trying to set the Timestamp for when an item on a row was checked off.
I was gonna use the Action: “Set Column”, but that doesn’t seem to do anything.

Here’s a screenshot
Checklist:


Action:

The check action here won’t do anything, it’s separate to the action that will be triggered when you click on the “item” part of the list (not the checkbox).

As a workaround, you can use these two emojis as the image in a list view: :white_check_mark::white_large_square:. Conditionally show them when the item is checked or not checked.

The action should have 2 branches:

  • If checked is not true then set check column to true, set timestamp.
  • If checked is true then clear check column or set check column to false, and possibly clear the timestamp also if you want to.
1 Like

Exactly! Here’s a demo of the functionality:

2 Likes