get guid

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

get guid v10.4.28

Returns the guid (field: _meta.guid) of the given object

In pins 1
  • object required
    object
Out pins 1
  • value
    value

Returns the document guid read literally from _meta.guid of the given object; outputs nil when the object or its _meta is missing. No other field is consulted.

A typical wiring for get guid: trigger event feeds the object pin; the value out pin feeds update document.

Studio canvas example for the get guid block: typical wiring for get guid.

Commonly used with

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

  • execute: this block feeds into it. Executes the given funcion and waits for it to be executed.
  • update document: this block feeds into it. Update document in the given storage and creates a revision for it.
  • new object: this block feeds into it. Builds a new object filled with the given fields.
  • trigger event: feeds into this block. Event is executed when the storage receives an event relevant update (removed, created, updated or saved).
  • create: feeds into this block. Creates a new function that can be executed using the given name.

Version history

Introduced in v10.4.28.


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