Date Now
Write the current date/time to the target field.
Parameters
- outputFormat (Output format, string, optional) — Luxon format pattern for date strings (for example yyyy-MM-dd or MM/dd/yyyy). Examples:
"yyyy-MM-dd","MM/dd/yyyy","dd-MM-yyyy".
Field selection
- source — Field whose values this operation reads. Use a single field name, a comma-separated list of plain field paths (
cash_flow_type, currency) from the multi-select UI, or a regex via Pattern mode. Omit to apply to all fields on the row. - target — Optional output field. When omitted, the source field is updated in place. Hidden when more than one named source field is selected.
JSON Configuration
{ "id": "op-dateNow", "type": "transformation", "action": "dateNow", "params": { "outputFormat": "yyyy-MM-dd" }, "testInputs": [ "2024-01-15", "2024-06-01", "2023-12-31", "invalid", "2024-13-40", "" ]}