Skip to content

Fallback Node

Utils/Types

Fallback

Returns the input value if valid, otherwise returns the fallback default. Useful for handling optional values or error recovery.

utils_types_fallbackstd
Inputs2
Outputs2
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

2

Value

Generic
value

The primary value to use if available and valid

Default

Generic
default

Fallback value used when the primary value is null, missing, or invalid

Output Pins

2

Result

Generic
result

The resolved value (primary if valid, otherwise default)

Used Fallback

Boolean
used_fallback

True if the fallback value was used

Node Info

Internal name
utils_types_fallback
Category
Utils/Types