Skip to main content
We recommend building automation examples directly in AI chat. Just describe the workflow you want, and AI will handle the full setup for you, including the trigger, actions, script, and configuration.

Build with AI

Open the AI Chat in your table’s right sidebar and tell AI what you want. For example, you can say: ā€œWhen a task’s status changes to Completed, write the current date and time into the Completed At fieldā€ AI will create the complete workflow automatically. You can review the generated script, test it with real data, and enable the workflow when ready.

Manual setup

  1. Create a workflow with trigger When Record Matches Conditions.
  2. Select your Tasks table.
  3. Set the filter: Status is Completed.
  4. Click Test.
  5. Add an action → Update Record.
  6. Map:
    • Record ID → the trigger record’s ID (via +)
    • Completed At → use an expression or set to the trigger’s timestamp
  7. Click Test, then enable.

Why ā€œWhen Record Matches Conditionsā€?

This trigger fires once — at the moment the record transitions to matching. If someone later edits the Description (while Status is still ā€œCompletedā€), the workflow does not fire again. This prevents the timestamp from being overwritten.

Variations

  • ā€œStarted Atā€ — trigger when Status becomes ā€œIn Progressā€.
  • ā€œEscalated Atā€ — trigger when Priority becomes ā€œUrgentā€.
  • ā€œApproved Atā€ — trigger when Approval becomes ā€œYesā€.
Last modified on April 9, 2026