Functions in a map rule

Suppose you want to map your data differently according to the presence of a certain input data object.

In your map rule, to check the presence of the data object, use the function PRESENT. To create the output according to whether the input data was present, use the function IF. Examples of the IF function can be found in "Logical Functions". Examples of the PRESENT function can be found in "Inspection Functions".