Hello,
I don’t understand why the execution node by node (works) don’t give the same result than the execution for the entire workflow ?
Here is a video:
https://drive.google.com/file/d/1sa_-9Govt8KhHeZifd2xHiJDN8tb4Doo/view?usp=sharing
Does anyone understand why ?
Thnaks,
I managed to make it worked using
{{$today.plus({days: 2}).toString().split('T')[0] }}
in place of
{{ "".concat(
$node["after tomorrow"].json["futur_date"].split('T')[0],
"") }}
But I still don’t know why the behavior was different between executing the node individually and executing the global workflow.
Hi @Clapp_Prod, I am very sorry for this, glad to hear you found a workaround. @BramKn came across a similar problem and our team will take a look into this.