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
| Name | Type | Description |
|---|---|---|
| Boolean Decision | Boolean | Decision on whether or not to replace string |
| Original String Value | String | Original string |
| Replacement String Value | String | Replacement string if boolean is true |
Action Outputs
| Name | Type | Description |
|---|---|---|
| Output String | String | Original string or replacement string if boolean is true |
Updated 12 months ago
