Tried using fixed node Date and Time for formatting the date. What I expect: preserve all the incoming props, adding/overwriting the formatted date prop. What i get: It removes all incoming properties.
The same with other operations: Add to a date etc.
hi @artildo
you can also try adding a Set Node after the Date & Time node to retrieve the fields from the previous node.
In the Set Node, add some fields that retrieve their value from the node before Date & Time. Better explained here:
I was just taking a look at this one and it looks like in the v2 node we changed how it works so it no longer outputs all of the data so right now the approach offered with the Set node is probably what I would do unless you wanted to use the v1 node.
I have had a chat with @giulioandreini and we are going to open an internal request to add an option to allow the data to be passed through like the older version had.
@giulioandreini, @Jon Thank you. Need this option. Can’t imagine a situation when blocking other data is needed, Usually this node modifies some data and doing nothing to the rest. Not deleting.