selected fields to mutations
This block is part of the object group and was last modified in core v14.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.
selected fields to mutations v14.0.3 Gets the selected fields from the given object and returns a fresh mutations from it.
- object required
objectObject to select the selected fields from.
- mutations
mutationsFresh mutations of the selected fields
Emits one set.field mutation per selected field, with the value read at that dot path from the object. Fields whose path is missing still emit a mutation with a null value -- they are NOT skipped, so applying the result can overwrite existing data with null. Reads only; nothing is modified.
convert to mutations |
A typical wiring for selected fields to mutations: get body feeds the object pin; the mutations out pin feeds multiple.
Commonly used with
In production blueprints, this block is most often wired together with:
- get body: feeds into this block. Returns the provided body as object, if the request method is POST or PUT.
- multiple: this block feeds into it. combine multiple mutations into one.
- create document: this block feeds into it. Creates a document in the given storage.
- update document: this block feeds into it. Update document in the given storage and creates a revision for it.
Version history
Introduced in v14.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 