Skip to main content

Calculate length of text

Calculate the length of the provided text.

Application

  • Text

Inputs (what you have)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
Provided textThe piece of text that the length should be calculated forText (Long)YesThis is my sample text

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 Available Inputs section. These variables in the Available Inputs section are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
Number of wordsThe number of words in the entire piece of textNumberYes5
Number of charactersThe number of characters in the entire piece of textNumberYes21

Outcomes

NAMEDESCRIPTION
SuccessThis status is selected if the provided text was successfully counted

Requirements

  • N/A