Find Multiple Entities In Db Activity

Find Multiple Entities In Db Activity

Finds one or more entities in the database with your own search criteria. The entities are returned in a collection.

Target parameters (in) and Activity options

Criteria

The search criteria.

Entity

An entity you can use in the search criteria. Where the criteria text is written like this:

[Name] = '#@@@#Entity.FirstName#@@@#'

Query type

The entity type you will search for.

Prefetch paths

Prefetch paths are used to retrieve more data in one database call, which can be more efficient.

Source parameters (out)

MatchCount

The number of found entities.

MatchingEntities

A collection with the found entities.

Drop targets

  • Matched

  • No match

Example

image-20251203-131531.png