System Values¶
System values are built-in runtime values.
| Value | Description |
|---|---|
{{sysdate}} |
Current system date |
{{today}} |
Current date |
{{yyyymmdd}} |
Current date as year-month-day |
{{yyyymmddhhmmss}} |
Current timestamp |
{{run_id}} |
Current pipeline run ID |
{{pipeline_id}} |
Current pipeline ID |
{{project_id}} |
Current project ID |
{{org_id}} |
Current organization ID |
{{organization_id}} |
Current organization ID |
Note
Confirm the exact formatting and availability of each value against the live implementation before publishing this as final customer documentation.