Calculate length of text
Calculate the length of the provided text.
Application
- Text
Inputs (what you have)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Provided text | The piece of text that the length should be calculated for | Text (Long) | Yes | This 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)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Number of words | The number of words in the entire piece of text | Number | Yes | 5 |
| Number of characters | The number of characters in the entire piece of text | Number | Yes | 21 |
Outcomes
| NAME | DESCRIPTION |
|---|---|
| Success | This status is selected if the provided text was successfully counted |
Requirements
- N/A