Find In Db Activity

Find In Db Activity

Finds entities in the database with your own search criteria. You can only access one of the found entities when more than one entity is found.

Target parameters (in) and Activity options

Criteria

The search criteria.

Entity

An entity object you can use for creating search criteria.

QueryEntityType

The entity type you will search for.

ValueToMatch1

A value you can use for creating search criteria.

Source parameters (out)

MatchCount

The number of found entities.

MatchingEntity

One of the found entities, or “null” when not found.

Drop targets

  • Found

  • No match

Example

The “Found” and “Not found” can be done by comparing the “MatchingEntity” with “Is Not Null” and “Is Null“.

image-20251203-130111.png