Get Timestamp node
The Get Timestamp node generates a timestamp at the moment of execution.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
-
Choose format: Define the format of the generated timestamp. This allows customizing how the date and time are represented (for example, ISO format or custom patterns).
-
Save in the flow store: Save the generated timestamp into a variable for reuse by other nodes. See Save in the Flow store for details.
Default output node
- Success
- Failure
JSON metadata
{
"name": "timestamp",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"nodeName": "Timestamp",
"category": "utility_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Get Timestamp"
}, {
"lang": "it",
"value": "Get Timestamp"
}
],
"index": 22,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}