Skip to content

Value Converter

The Value Converter node can be used to convert variables from one type to another.

For example, you can convert date to text or text to date.

When converting times, dates, or timestamps to text, you will have to provide a formatter pattern. You can use this syntax to set a custom pattern:

Value converter date formatter patterns

Example 1: A formatter pattern of dd.MM.yyyy kk:mm:ss will give you the typical European 24-hour text output: 30.01.2022 19:00:00

Example 2: A formatter pattern of yyyy/M/d h:mm a will give you the typical North American 12-hour text output: 2022/1/30 7:00 PM

Note that if the month is September and you specify M, you will get 9. If you specify MM you will get the month value with a leading 0: 09.

See Flow Designer