Skip to main content

Length

How to use Length value transform

Overview

The Length transform calculates the length of a string.

Allowed Children

String, Attribute<String>

Requirements

Must have a single child

Return Type

number

Example

{
"type": "Length",
"properties": {},
"children": [
{
"type": "String",
"properties": {
"value": ["Hello"]
}
}
]
}