Skip to content

To String Node

Utils/Bool

Converts a boolean into text

bool_to_stringstd
Inputs3
Outputs1
Security exposure10/10
Packagestd

Ratings

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

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

3

Boolean

Boolean
boolean

Input Boolean

Default false

True Text

String
true_text

Text used when the boolean is true

Default true

False Text

String
false_text

Text used when the boolean is false

Default false

Output Pins

1

String

String
string

The text

Node Info

Internal name
bool_to_string
Category
Utils/Bool