Constant

Use the Constant expression type to assign a constant value to the column. For target columns, the constant applies, regardless of the source column.

The parameters are: constant(""). For example, to assign the value "P_001" to each row in the Product column, specify: constant("P_001"). In the example, the result is: P_001.