toNumber
Description
Parses a number from text.
Tags
Functions
Type
#
Syntax
toNumber(text)
toNumber(number)
toNumber(boolean)
toNumber(date)
Example
toNumber(prop("Price 1")) + toNumber(prop("Price 2"))
Template Example
toNumber(prop("Price 1")) + toNumber(prop("Price 2"))