Dictionary

The return type is expected to be a dictionary of key/value pairs. Arcade will convert the return type to a dictionary of key/value pairs via the following transformations:

  • dictionaries are returned unchanged.

  • all other types are converted to null.

Since

200.1.0