Finds an entity in a collection 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. An example with the workflow active entity: [Article] = '#@@@#ActiveEntity.Article#@@@#' |
Entity | The entity object that contains the collection. |
ParameterEntity | An entity object you can use in the search criteria. Example: Where the criteria text is written like this: [Quantity] > '#@@@#ParameterEntity.Quantity#@@@#' |
PropertyPath | The collection from the entity that you want to search within. |
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
Comments
0 comments
Please sign in to leave a comment.