Replace placeholders
Replace occurrences of {{PLACEHOLDERS}} within a text.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Text | Specify the piece of text you intend to replace the placeholders in. | STRING | true | |
Placeholders | Every occurence of '{{PLACEHOLDER}}' within the "Text" will be replaced by these parameters | OBJECT | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable to store the result of this text manipulation in. | STRING | RESULT |