Data tranformation node.
+
, -
, *
, /
, %
, ^
, rounding, min/max{{price}} * 1.1
, Math.round({{value}})
split
, join
, replace
, substring
, toLowerCase
, trim
{{text}}.toLowerCase().trim()
map
, filter
, reduce
, length
, includes
, indexOf
{{items.length}}
, {{items.map(x => x.name)}}
{{user.profile.name}}
YYYY-MM-DD
, HH:mm:ss
, ISO stringsnow
, add
, subtract
, diff
, format
{{date}}.add(2, 'days')
, now().format("YYYY-MM-DD")
SHA256
, MD5
, bcrypt
base64
, hex