select fields from
This block is part of the object group and was last modified in core v12.0.3.
Fields Selection Required
This block relies on fields that you selected to perform its data actions. You must manually select the fields you want to use in your flow using the fields selector modal. To access the modal, click the white button on the block.
select fields from v12.0.3 select one or multiple fields existing in the object, and only pass those values
- Fields
v12.0.3fielddefinitions - Object required
object
- Object
object
Builds a NEW object containing only the selected fields' dot paths, preserving nesting; fields come from the block's field selector (or the fielddefinitions pin as fallback). Missing paths are omitted (no nulls). Non-object input yields {}. Values are copied by REFERENCE; the input is not modified.
grab fields |
A typical wiring for select fields from: get document feeds the object pin; the object out pin feeds reply in JSON.

Commonly used with
In production blueprints, this block is most often wired together with:
- get document: feeds into this block. get a specific document based on the given GUID.
- new object: this block feeds into it. Builds a new object filled with the given fields.
- update document: feeds into this block. Update document in the given storage and creates a revision for it.
- set fields: this block feeds into it. Generates an array of mutations based on the given filled fields.
- create document: feeds into this block. Creates a document in the given storage.
- reply in JSON: this block feeds into it. Reply to any httpconnection as JSON body.
Version history
Introduced in v12.0.3.
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
