How can I get the value below?
The display value does not match, as it is a collection
Get and map function.
There you go. The second argument is an index or an object path.
Returns the value path of an object or array. To access nested objects, use dot notation. The first item in an array is index 1.
get(array;1+1)
get(array;5.raw_name)
get(object;raw_name)
get(object;raw_name.sub_raw_name)