Condition node
tmlcondition big

The Condition node allows users to set conditions for executing child and parent nodes, which helps to automate script running. The specified conditions can be of various types, such as PDL/SRL expressions, number of records in the dataset, number of columns, file/column name, etc.

The node works with both a single column and a dataset. Some conditions may require a text column, while other conditions may work with column types. The main requirement for the node to work is that the parent node has a dataset.

Flowchart connections

The Condition node requires one or more preceding datasets as input. Therefore, any node that produces a dataset as output can be connected to the Condition node. The Condition node checks conditions for further script execution and is always located inside the node chain.