String Builder Steps
  • 30 Nov 2022
  • 1 Minute to read
  • Dark
    Light

String Builder Steps

  • Dark
    Light

Article Summary

Step Details

Introduced in Version---
Last Modified in Version7.12.0
LocationData > Text > String Builder

String Builder steps are Flow steps used to create or manipulate String data. These steps can be used on Plain Text Strings or HTML Text Strings for file creation by building and looping through Strings. String Builder steps can also preserve the memory for heavy String manipulation processes.




Create String Builder Properties

Inputs

PropertyDescriptionData Type
None------

Outputs

PropertyDescriptionData Type
CreateStringBuilder1_OutputCreates the String Builder entity and outputs that entity variableStringBuilderData

Append Text Properties

Inputs

PropertyDescriptionData Type
String BuilderExisting String BuilderStringBuilderData
Text To AddString to add to the existing String Builder EntityString

Append Blank Lines Properties

Inputs

PropertyDescriptionData Type
String BuilderExisting String BuilderStringBuilderData
Line CountAmount of empty lines to add to the Existing String BuilderString

Append Line Properties

Inputs

PropertyDescriptionData Type
String BuilderExisting String Builder
StringBuilderData
Line To AddAdd a user-declared string to the String Builder entity variable on a new line.
String

Append Text Lists Properties

Inputs

PropertyDescriptionData Type
String BuilderExisting String Builder.
StringBuilderData
HTML Separator EndDefault is </li> to create a list item.String
HTML Separator StartDefault is <li> to close the list item.String
ListList of items to add to the Existing String Builder to place between the Separator tags.List of String
One Per LineOne item per line.Boolean
SeparatorSeparator to place between each item.String

Append Text With Padding Properties

Inputs

PropertyDescriptionData Type
String BuilderExisting String Builder.
StringBuilderData
SizeSize of padding to place between the string builder and the new text.Int32
Text To AddAdd a user-declared string to the String Builder entity variable.
String

Append URL Properties

Inputs

PropertyDescriptionData Type
String BuilderExisting String Builder.
StringBuilderData
NameName of the URLString
New LineBoolean setting to add the URL to a new line of the string builder.Boolean
UrlDesired URL.String

Append HTML Tag Properties

Inputs

PropertyDescriptionData Type
String BuilderExisting String Builder.
StringBuilderData
TagHTML tag to add to the string builder.String

Append HTML Text Properties

Inputs

PropertyDescriptionData Type
String BuilderExisting String Builder.
StringBuilderData
Text To AddAdd a user-declared string to the String Builder entity variable.
String

Append Image Properties

Inputs

PropertyDescriptionData Type
String BuilderExisting String Builder.
StringBuilderData
Alt NameText that displays in case the image doesn't load.String
ImageImage to display within the String Builder.FileData

Close String Builder Properties

Inputs

PropertyDescriptionData Type
String BuilderExisting String Builder. This step closes the active String Builder Entity that was created. This step ensures that all appended lines of the String have been written to the File.
StringBuilderData

To Text and To HTML Properties

Inputs

PropertyDescriptionData Type
String BuilderExisting String Builder.
StringBuilderData
Reset DataResets the String Builder Data.Boolean

Outputs

PropertyDescriptionData Type
ToText1_Output or ToHTMLText1_OutputOutputs and converts the String Builder Entity into Plain Text or HTML Text.String



Was this article helpful?