Skip to main content
Version: 5.5

Text Replace Transfer Object

The "Text Replace" transfer object is used to pass text via connections in order to combine values and text.

After double-clicking on the transfer object, set the following properties:

PropertyDescription
Output

Choose between SingleText and Array:

  • Output "Array": The same number of strings is created in the output array as the length of the largest input array.
  • "Single Text" output: Regardless of the amount of data entered, only 1 string is always output. The data is summarized accordingly.
TextEnter your text here. You can enter placeholders by double-clicking on the corresponding entry in the placeholder list to the right.
PlaceholderEnter a new placeholder here using the plus sign or edit a selected placeholder using the corresponding button. You can remove a placeholder again using the red cross.

Define placeholder

PropertyDescription
NameAssign a unique name for the placeholder.
Data typeSpecify the data type of the placeholder, e.g., String, DateTime.
Default valueEnter a default value if required.
PreviewThe preview shows you how a value will be displayed.
FormatSelect a format for the data types Int64, Float, or DateTime.
CultureSelect the culture to obtain the appropriate notation. For example, commas or periods are set differently depending on the selected culture.