In Webmecanik Automation, the "Update contact" action allows you to automate the population of your date or text fields without manual entry. Instead of typing a fixed date, you can use dynamic values that resolve at the exact moment the action is triggered.
📋 Supported Dynamic Values
Here is the reference table of commands you can insert into your update fields:
| Dynamic Value | Resolution |
|---|---|
| now | Resolves to the current execution time. |
| +1 day | Resolves to tomorrow. |
| -2 hours | Resolves to 2 hours ago. |
| yesterday | Resolves to yesterday. |
| next monday | Resolves to next Monday. |
| 2026-06-15 10:30:00 | Exact datetime preserved. |
| not-a-date | Gracefully returns NULL. |
🚀 How to apply this in the interface
Select the field: In your campaign action, choose the field you wish to modify (e.g., Follow-up Date).
Choose the operator: Select "Update".
Enter the value: Type one of the commands listed above directly into the text box.
💡 Practical Use Cases
Timestamping: Use
nowto record exactly when a contact reached a specific milestone in your workflow.Task Scheduling: If you want a sales representative to call a contact one week after an event, you can update a "Callback Date" field using
+7 days.Data Cleanup: If a date entry is no longer valid, using
not-a-dateallows you to clear the field.
⚠️ Expert Tip
The next monday expression is particularly useful for grouping actions at the start of the week, helping you avoid triggering notifications or scheduling tasks during the weekend.
Comments
0 comments
Please sign in to leave a comment.