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.
1 Like
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.
1 Like
system
Closed
January 25, 2023, 8:23am
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.