TYPE
Outputs the type (class) of the specified value, and supports the following data types:
| Result | Data Type | Description | Example |
| :------------ | :----------------- | :-------------------------- | :---------------------------------- |
| String | String | Text values | "Hello World" |
| Integer | Integer | Whole numbers | 42 |
| Float | Float | Decimal numbers | 3.14 |
| Array | Array | Ordered collection of items | [1, 2, 3] |
| Hash | Object | Key-value pairs | {"name": "John", "age": 30} |
| TrueClass | Boolean (true) | Boolean true value | true |
| FalseClass | Boolean (false) | Boolean false value | false |
| NilClass | Null | Absence of a value | null |
Categories: Other
Syntax
Examples
Example 1
Input
Formula
Output
Example 2
Input
Formula
Output
Sample actions
Select an action to inspect
You can also click "Copy actions" and paste them in your Tines story to see how they work.