Format Text

Formats the given input to text.

This activity formats the given input to text. This is used to generate text using variables by inserting them between static text.

For example, if you have two string variables FolderName, FileName, and an Int64 variable Index, you can combine them to form a URL by giving the following text pattern as input. The variables will be replaced with their values and stored in the output text.

Read more about using expressions here.

Input

Output

Last updated