Describe the problem/error/question
I am trying to insert the current datetime into a datatable in n8n (new feature)
What is the error message (if any)?
using this expression {{ $now.toISO() }} yields a null value and therefore inserts a null into my datetime field. Why?
Please share your workflow
{“nodes”: [{“parameters”: {},“type”: “n8n-nodes-base.manualTrigger”,“typeVersion”: 1,“position”: [0,0],“id”: “da6bb221-1a4d-421a-9d62-5da345e55cee”,“name”: “When clicking ‘Execute workflow’”},{“parameters”: {“dataTableId”: {“__rl”: true,“value”: “gh5uWNlBEtjwxVgc”,“mode”: “list”,“cachedResultName”: “test table”,“cachedResultUrl”: “/projects/RPfxwoiQX1tI6Zf9/datatables/gh5uWNlBEtjwxVgc”},“columns”: {“mappingMode”: “defineBelow”,“value”: {“name”: “test”,“my_date”: “={{ $now.toISO() }}”},“matchingColumns”: ,“schema”: [{“id”: “name”,“displayName”: “name”,“required”: false,“defaultMatch”: false,“display”: true,“type”: “string”,“readOnly”: false,“removed”: false},{“id”: “my_date”,“displayName”: “my_date”,“required”: false,“defaultMatch”: false,“display”: true,“type”: “dateTime”,“readOnly”: false,“removed”: false}],“attemptToConvertTypes”: false,“convertFieldsToString”: false},“options”: {}},“type”: “n8n-nodes-base.dataTable”,“typeVersion”: 1,“position”: [208,0],“id”: “7d12824b-c0c2-4fc3-88ee-136f17b85bfb”,“name”: “Insert row”}],“connections”: {“When clicking ‘Execute workflow’”: {“main”: [[{“node”: “Insert row”,“type”: “main”,“index”: 0}]]}},“pinData”: {},“meta”: {“instanceId”: “1e1207992a153f7bb2dd59fe30dd13dffd1a246602927a2c003ee7732ce4f22f”}}
Share the output returned by the last node
Information on your n8n setup
Debug info
core
- n8nVersion: 1.118.2
- platform: docker (self-hosted)
- nodeJsVersion: 22.21.0
- nodeEnv: production
- database: sqlite
- executionMode: regular
- concurrency: -1
- license: enterprise (production)
- consumerId: 75be91dd-0f99-46b2-8b77-023ca838f5b8
storage
- success: all
- error: all
- progress: false
- manual: true
- binaryMode: memory
pruning
- enabled: true
- maxAge: 336 hours
- maxCount: 10000 executions
client
- userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/605.1.15 (khtml, like gecko) version/18.6 safari/605.1.15
- isTouchDevice: false
Generated at: 2025-11-10T21:42:28.712Z

