Skip to main content
Version: Next

Get Object By Tag

Gets an object from the local memory given its tag.

Description

Retrieves a local object given its tag. This is typically useful to retrieve individual objects with known tags such as images, visual components, etc.

This does not fetch the object from the database, and it throws an error in case the object does not exist locally.

In case you want to get a specific instance of a Data Type which may not have been fetched beforehand, you should rather use the Query Object function.

Inputs

  • Tag (String): The tag of the requested object.

Outputs

  • Object (Object): The Object.
  • Error Flow (Error Flow)