Action > SET_DATE β
WARNING
The SET_DATE feature is in phase and is not available. To set dates, use the SET_TEXT action.
See details here: DATE, DATE-TIME actions.
Value details β
| Source value | Destination = DATE field |
|---|---|
2022-01-01 | 2022-01-01 |
2000-01-01T00:00:00Z | 2000-01-01 |
abc | unchanged value The provided value is not a valid date, hence no value is persisted. |
`` or null (absence of value) | null (absence of value) Existing value is removed |
| Source value | Destination = DATE-TIME field |
|---|---|
2022-01-01 | 2000-01-01T00:00:00Z |
2000-01-01T00:00:00Z | 2000-01-01T00:00:00Z |
abc | unchanged value The provided value is not a valid date, hence no value is persisted. |
`` or null (absence of value) | null (absence of value) Existing value is removed |
Copy details β
| Source value | Destination = DATE field |
|---|---|
1977-04-22 | 1977-04-22 |
`` or null (absence of value) | null (absence of value) Existing value is removed |
| Source value | Destination = DATE-TIME field |
|---|---|
1977-04-22T06:00:00Z | 1977-04-22T06:00:00Z |
`` or null (absence of value) | null (absence of value) Existing value is removed |