number

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

number v10.4.28

Generates a valid number from the filled custom value in the blueprint.

Out pins 1
  • number
    number

A number block holds a fixed number in its input field. Two of them feed a > comparison here, and the result drives a branch. In a real blueprint one side would usually come from live data instead of a second fixed number.

Studio canvas example for the number block: fixed numbers in a comparison.

Commonly used with

One of the most-used blocks across production blueprints. It is most often wired together with:

  • reply in JSON: this block feeds into it. Reply to any httpconnection as JSON body.
  • resize: this block feeds into it. resize given images with new dimensions.
  • substring: this block feeds into it.
  • search: this block feeds into it. searches in the given storage based on a query.
  • if: this block feeds into it.
  • >=: this block feeds into it. returns true if the number is higher or equal.

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v10.4.28.


Back to number Return to the main group to view all sub-groups Back to custom Return to the group to view all blocks within this group