Currently it is possible to construct an array in formula, but not a hash/map, it can only be provided as variable. But there are builtin functions to work with hash/map (PLUCK(hashes, key), hash[key]).
I think it would be better to have either a literal to construct a hash or a function to construct it from array.
Currently it is possible to construct an array in formula, but not a hash/map, it can only be provided as variable. But there are builtin functions to work with hash/map (
PLUCK(hashes, key),hash[key]).I think it would be better to have either a literal to construct a hash or a function to construct it from array.