get custom field from user

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

get custom field from user v10.4.28

get the value of a custom field using a custom value or dynamic values

In pins 2
  • User required
    user
  • field required
    value
Out pins 6
  • Boolean
    condition
  • Value
    value
  • Number
    number
  • Date
    date
  • Array
    array
  • Object
    object

Outputs the value at the dot path given on the field pin, read from the user input, through the single typed out pin with coercion (numbers parsed, strings stringified, files become {path, filename} objects). Missing or nil fields yield nil on newer blocks, or type defaults (false, 0, [], {}) on older blocks.

A typical wiring for get custom field from user: the condition out pin feeds branch.

Studio canvas example for the get custom field from user block: typical wiring for get custom field from user.

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