Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
This node appends a specified suffix to the end of an input text string. It takes the original text and the suffix as inputs, then returns the combined result.

Inputs

ParameterData TypeRequiredRangeDescription
textSTRINGYesThe original text to which the suffix will be added.
suffixSTRINGNoThe suffix to add to the text (default: "").

Outputs

Output NameData TypeDescription
textSTRINGThe resulting text after the suffix has been appended.