Skip to main content

Retrieve last characters from text

Extracts a number of characters, starting the beginning of the text.

Common use cases

  • Data Manipulation

Category

  • Text

Inputs (what you have)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
Source textThe text from which to extract the last characters.TextYesPlane
Number of characters to be extractedThe number of characters to be extracted.IntegerYes2

Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library. These variables in the Data library are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
Result textThe character resultsTextYesne

Outcomes

NAMEDESCRIPTION
SuccessThis status is selected when the characters are retrieved successfully.
No ResultThere is no content matching the provided criteria.
UnsuccessfulThis status is selected in the event of the following scenarios:- An error occurred- The source text is invalid- The number of characters to extract exceeds the number of characters in the provided text

Requirements

  • N/A