is valid

This block is part of the geopoint group and was last modified in core v15.0.0.

is valid v15.0.0

Checks whether the given geo point has a valid latitude and longitude.

In pins 1
  • geo point required
    geo_point
Out pins 1
  • valid
    condition

    True when the geo point has numeric lat/lon within valid ranges.

A typical wiring for is valid: create feeds the geo_point pin; the valid out pin feeds branch.

Studio canvas example for the is valid block: typical wiring for is valid.

Commonly used with

In production blueprints, this block is most often wired together with:

  • get fields: feeds into this block. Gets the selected fields from the given object.
  • branch: this block feeds into it.
  • AND: this block feeds into it. operator for a set of boolean operands will be true if and only if all the operands are true.
  • create: feeds into this block. Generates a geo point based on the given latitude and longitude.
  • if: this block feeds into it.

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v15.0.0.


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