Date functions

what’s wrong with the $now function. Doesn’t seem to work anymore.

{{ $now.plus({ days: 3 }) }}

i get error with this expression. says invalid datetime

Hi @Arno_Burnuk,
Try {{ $now.plus(3, 'days') }} as mentioned in Data transformation functions for dates | n8n Docs inside the documentation.

Let me know if it helped :blush:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.