Skip to main content

Add padding to text

Uses pad character(s) to increase the length of the text provided up to a given total length. Multiple pad characters will repeat in order until the total length is met.

Application

  • Text

Inputs (what you have)

NameDescriptionData TypeRequired?Example
TextThe text to be paddedText (Long)Yes15
Pad characterThe character(s) to be insertedText (Short)Yes0
Output text lengthThe total length of the output textNumberYes5
PositioningShould the text be padded on the left side (leading) or on the right side (trailing)?Text (Short)YesLeading

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Padded textThe original “Text” padded with the provided character so that it is exactly the given “Total length”. Example: 00015Text (Long)No00015

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A