Add days to a DueDate in Pipedrive

Hello again,
Im trying to add days or hours to a due date:

Is this the best way? {{ $node[‘Update Deal’].json.update_time.plus({days: 12})}}
and hours {{ $node[‘Update Deal’].json.update_time.plus({hours: 12})}} ?
Thank you

Hi @Fernanda_Silva

That’s my preferred method.
However, you could also utilize the “Date” node for adding or subtracting time from a date.

2 Likes

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