RUAL Documentation

cast to value

This block is part of the type casting group and was last modified in core v10.4.28.

cast to value v10.4.28

Converts your array to a value.

Pin Pin Type Default
array
The array to be converted into a value.
array
Pin Pin Type Example
Value
The output as value.
value

Casting not converting

This block does not convert the provided array into a value; it only casts the array’s type to a value type. If you want to convert an array into a proper stringified value, use the JSON Stringify block instead.

Core Releases

v10.4.28 This block was introduced in v10.4.28, click here to see the release notes.
Back to type casting Return to the main group to view all sub-groups Back to array: actions Return to the group to view all blocks within this group