Is it possible to convert an Expression directly in Set node?
Example: {{$node["Hubspot"].json["properties"]["notes_last_updated"]["value"]}}
is a timestamp from Hubspot I need converted to ISO Date Time.
Tried several combinations with .toISOString() but it does not work…