Skip to content

Try Transform

Purpose of the Node

The Try Transform node is designed to attempt to transform the input data type to a specified output data type. It checks the input type and tries to convert it to the desired type if possible. It outputs the transformed data and a boolean indicating whether the transformation was successful.

Pins

Pin NamePin DescriptionPin TypeValue Type
Type InThe input data to be transformed.StructArray
Type OutThe desired output data type.StructArray
SuccessIndicates whether the transformation was successful.BooleanNormal