Node: Set a Date
Automatically set a Board item's date column: today, today + N days, or an explicit date.
The Set a date node (set_due_date) sets a date-type column on the item that triggered a Board automation. It's a focused variant of Set column value, built for the common "due date" / "end date" use case.
When to use it
- Automatically set a due date when a task is created.
- Push a deadline out by N days when a condition is met.
- Record the exact date a board event happened.
Requirements
- Used inside a Board automation; the triggering item must be in context.
- The chosen column must be a date column and belong to the same board and level as the item.
Configuration
- Column (required): a date column on the board.
- Mode:
- Today (default): uses the date the automation runs.
- Today + N days: add or subtract days (negative = backwards) via Offset days.
- Explicit date: pick a fixed calendar date.
Example
Automation "When an item is created" on the Support board → Set a date node with Column = SLA due date, Mode = Today + N days, Offset days = 2.
Tips
- If you need to copy a date from another column or run a more complex calculation, use Set column value with
{{today}}/{{now}}. - Combine it with conditions ("If") to vary the offset based on priority or task type.
Troubleshooting
- "Target column not a date column on this board": pick a column whose type is Date.
- If Explicit date mode is left blank or has an invalid format, the step silently skips; check the date format (YYYY-MM-DD).
Related articles
-
Build your first workflow
Omnifox workflows automate your operation: a trigger starts the automation and action nodes do the work. Build a welcome message in minutes.
-
Workflow triggers catalog
Learn which events can start a workflow automatically in Omnifox.
-
Action nodes available in workflows
Discover the actions a workflow can run automatically.
-
Conditions and branching (if/then) in a workflow
Make your flows take decisions and follow different paths based on each contact data.
-
Ready-to-use workflow templates
Start your automations in minutes from prebuilt flows you can customize.