array with values

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

array with values v10.4.28

Creates a new array of given values.

Out pins 1
  • array
    array

    The array with the given values.

Outputs the values configured on the block in the studio as an array of strings in the configured order. There are no input pins; the output is constant for a given configuration.

A typical wiring for array with values: the array out pin feeds validate against whitelist.

Studio canvas example for the array with values block: typical wiring for array with values.

Commonly used with

In production blueprints, this block is most often wired together with:

  • validate against whitelist: this block feeds into it. Matches the input against a whitelist by string representation and returns the matching whitelist entry (in its original type), or the fallback when nothing matches.
  • array includes: this block feeds into it. determines whether an array includes a certain value among its entries.
  • set fields: this block feeds into it. Generates an array of mutations based on the given filled fields.
  • match with any: this block feeds into it.
  • set custom field: this block feeds into it.
  • new object: this block feeds into it. Builds a new object filled with the given fields.

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v10.4.28.


Back to array Return to the main group to view all sub-groups Back to custom Return to the group to view all blocks within this group