get place by id
This block is part of the places group and was last modified in core v15.0.0.
get place by id v15.0.0 Looks up a single place by its Overture id : the block for re-resolving an id you stored earlier. Not finding it is a successful lookup with found false, not an error: an id can disappear between dataset releases, so branch on found rather than on success. Ids are opaque; do not parse them.
- id required
v15.0.0valueThe Overture id, as returned in a result's
idfield.
- place
v15.0.0objectThe full record. Empty when the id is unknown.
- found
v15.0.0conditionTrue when the id resolved. Branch on this, not on
success. - success
v15.0.0conditionTrue when the query ran. An empty result is still a success.
- error
v15.0.0valueError code when the query could not run:
PLACES_NOT_AVAILABLE,ID_REQUIRED.
A typical wiring for get place by id: value feeds the id pin; the place out pin feeds custom field.
Used in these guides
These documentation pages use or explain this block:
Version history
Introduced in v15.0.0.
Back to
places Return to the main group to view all sub-groups Back to Places Return to the group to view all blocks within this group 