We have a bunch of text fields formatted for numeric input. These are text fields - not numeric. We format them as numeric in order to validate input ranges.
We need to concatenate the fields into a string.
There is no & function or ConvertToString function in the formula editor.
We have tried the square bracket approach shown in the Formula and Condition Editor documentation
Example:
Area Code [545] Exchange [218] Root [1234] needs to be converted to 55452181234
Comes back as [545][218][1234]
Shouldn't that work?
