get guid

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

get guid v10.4.28

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

In pins 1
  • user required
    user
Out pins 1
  • value
    value

get guid takes the user from current user and outputs its guid as a plain value. That value typically ends up in a term query, here the selected field of fields inside a must.

Studio canvas example for the get guid block: from user to guid.

Commonly used with

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

  • current user: feeds into this block. Returns the current logged-in user object as user-pin.
  • execute: this block feeds into it. Executes the given funcion and waits for it to be executed.
  • fields: this block feeds into it.
  • array includes: this block feeds into it. determines whether an array includes a certain value among its entries.
  • ==: this block feeds into it. returns true if the two values are equal.
  • set fields: this block feeds into it. Generates an array of mutations based on the given filled fields.

Version history

Introduced in v10.4.28.


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