Format Text
Formats the given input to text.
Last updated
Formats the given input to text.
Last updated
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.
Result: String Variable
Stores the formatted text in the specified String variable.
Text : String Argument
The input string that is to be formatted to text.