# Get string length transform action

## Use case

There is a character limit on a field in an upcoming API call, you would like to check the length of the input prior to making the call.

## Overview

<figure><img src="/files/DBU9WaOGdbcb6vOqu5gP" alt="A screenshot of the get string length transform action, seen in the actions list menu of the workflow builder canvas."><figcaption></figcaption></figure>

Measures the length of a String. It will return the number of characters in that string.

## Parameters

<table><thead><tr><th width="217">Parameter</th><th width="417.3333333333333">Description</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>String to Measure</td><td>The string to get the length of.</td><td>true</td></tr></tbody></table>

## Usage

<details>

<summary>Example: Getting the count of numbers in a string</summary>

Inputs:

**String to Measure:** The quick brown fox jumps over the lazy dog

</details>

## Results output

Result of Example:

```
43
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rewst.help/documentation/automations/actions-in-rewst/transform-actions/get-string-length-transform-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
