Hello
I am trying to schedule to send an email to my customers 11 month after they opt in to our newsletter.
I have a field “received-at-date” for the submission date
My plan is to add 11 months to this date and to send an email at this new date
here is my workflow
last node ouput : ERROR: Invalid date format
NodeOperationError: Invalid date format
at Object.parseDate (/app/code/node_modules/n8n-nodes-base/nodes/DateTime/V2/GenericFunctions.ts:46:10)
at Object.execute (/app/code/node_modules/n8n-nodes-base/nodes/DateTime/V2/DateTimeV2.node.ts:119:33)
at Workflow.runNode (/app/code/node_modules/n8n-workflow/src/Workflow.ts:1307:31)
at /app/code/node_modules/n8n-core/src/WorkflowExecute.ts:1048:44
at processTicksAndRejections (node:internal/process/task_queues:95:5)
I tried to set my date whith this same node to DD/MM/YYYY
but no succes
I am running the last stable version of n8n : 1.15.2
Yes thank you !!
Your solution works great, but I also found I should change my timezone to Paris in the workflow settings.
Thanks for your quick reply,
Greetings from France