Map Rule

Map rule specifies the rule to be executed. If the rule returns data, it must return the data as a text item. For the invoking functions that return numeric or date items, the rule should be wrapped with the TEXT() function, or other conversion functions, such as NUMBERTOTEXT() and FROMDATETIME().

Data passed to the input terminal of the node is available as an item type named input.

For example:

UPPERCASE(input)

To validate the syntax of the rule, click Validate in the Rule Editor.

To validate the syntax and save the rule, click Validate & Apply in the Rule Editor.