Replace String Based On Boolean

Replaces a string if the boolean condition is true, else it will output the original string.

Replaces a string if the boolean condition is true, else it will output the original string.


Action Inputs

NameTypeDescription
Boolean DecisionBooleanDecision on whether or not to replace string
Original String ValueStringOriginal string
Replacement String ValueStringReplacement string if boolean is true

Action Outputs

NameTypeDescription
Output StringStringOriginal string or replacement string if boolean is true