get meta guids

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

get meta guids v10.4.28

Returns an array of values with _meta.guid's of each object in the given array.

In pins 1
  • Array required
    array

    Array with Objects (e.g. results of a search)

Out pins 1
  • Array
    array

    Array with guids

Extracts _meta.guid from each object item into a flat array of guid strings, preserving order. Items that are not objects, lack _meta, or have an empty guid are SKIPPED, so the output can be shorter than the input.

A typical wiring for get meta guids: filter feeds the array pin; the array out pin feeds add suffix to values.

Studio canvas example for the get meta guids block: typical wiring for get meta guids.

Commonly used with

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

  • set fields: this block feeds into it. Generates an array of mutations based on the given filled fields.
  • add suffix to values: this block feeds into it. Appends a suffix to each value in the array.
  • filter: feeds into this block. Returns an array for each item that returns true on the executed function.
  • execute: feeds into this block. Executes the given funcion and waits for it to be executed.
  • update multiple documents: feeds into this block. Updates multiple documents in the given storage.
  • new object: this block feeds into it. Builds a new object filled with the given fields.

Version history

Introduced in v10.4.28.


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