Return a default value if the primary value is NULL

Input

Primary Any

The Primary value

Fallback Any

The fallback value to be used if the primary is NULL

Output STRING

Returns the Fallback value if the Primary value is NULL. Else returns the Primary.

Examples