Null and error handling

Back to: Index of transforms

Transforms in this section are used to handle incomplete or erroneous data. Learn more about how to search for and add a transformation.

Coalesce

Returns the first value that is not null, or null if all inputs are null.