increment by field
This block is part of the mutations group and was last modified in core v10.4.28.
Field Selection Required
This block relies on a field that you select to perform its data actions. You must manually select the field you want to use in your flow using the field selector modal. To access the modal, click the white button on the block.
increment by field v10.4.28 In pins 1
- Incr. by required
number
Out pins 1
- mutations
mutations
Emits one number.increment mutation adding the increment_by pin to the selected number field. An unwired pin increments by 0; a wired value is passed through without coercion.
A typical wiring for increment by field: number feeds the increment_by pin; the mutations out pin feeds update document.
Commonly used with
In production blueprints, this block is most often wired together with:
- number: feeds into this block. Generates a valid number from the filled custom value in the blueprint.
- update document: this block feeds into it. Update document in the given storage and creates a revision for it.
- if: this block feeds into it. use mutations X or Y based on a condition.
- get fields: feeds into this block. Gets the selected fields from the given object.
- multiple: this block feeds into it. combine multiple mutations into one.
Used in these guides
These documentation pages use or explain this block:
- Building a Dashboard with Charts
- Storage Examples
- Storages
- Example: E-Commerce Catalog
- Example: Inventory Tracker
- Block Quick Reference
Version history
Introduced in v10.4.28.
Back to
mutations Return to the main group to view all sub-groups Back to mutations Return to the group to view all blocks within this group 