Using the String Formatter Patch you can build strings out of placeholders and fixed strings.

Examples

String: %%first%% %%last%%
Input 'first': "Max"
Input 'last' : "Mustermann"
Result: Max Mustermann

Inputs

  • Depending on format String (Supports every type)

Outputs

  • String (String)