Available from the Functions drop down button only (not available through rules insight)
The Text Builder function is a helper that allows quick entry of many values that require building into a single string of text.
[ItemA] & " " & [ItemB] & " " & [ItemC]
Once all items have been entered into the editor, and finish is selected, the Rule Builder will automatically apply, in between each item, the syntax & " " &
Type | Enter the following into the Text Builder Editor | Notes |
---|---|---|
Text | "My Text" | Enter the text within quotes |
Number | 2 | Enter the number value only |
Variable, Constants, Form Controls | DWVariableMyVariable | Select the Variable, Constant or Form Control from the corresponding browser window |