Skip to main content

Documentation Index

Fetch the complete documentation index at: https://dripart-mintlify-e28287af.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.