Get Existing Object (non-ui)

Build a query to get an existing object's unique id

This component is really helpful when you need to find a specific object that already exists, based on programatic data behind the scenes during a workflow.

Functionality

Once you select the type of object schema (template) that you want to build a filter for, inputs will be populated on the component that match the field types of the object you are trying to get. You may input one or more values as a group, or batch in order to query a specific object type.

See the How Data Flows page for more information on input grouping. You may also use the Consolidate Inputs component to help with this

How Data FlowsConsolidate Inputs

When a query is matched, the unique ID of the instance of the object found will be output. If there are multiple objects found, the newest one will be returned in the current functionality.

When no object is found, an output will be sent indicating such.

Example Image

Last updated