Skip to main content
Skip table of contents

Capsule Finders

Anatomy of a Capsule Finder Expression

Capsule finders are a new way to work with conditions in Seeq Formula that emphasize creating and manipulating groups of capsules based on proximity or property values. A capsule finder expression can be broken down into the: finder, source condition, target condition (optional), and action.

image-20250827-225048.png

Finders (how to find the groups)

Finders describe how the source condition should be divided into groups. These expressions cannot be returned in Seeq Formula, and must be acted upon with an action in order to return a new Condition.

Target Finders

Target finders group source capsules based on their relationship to target capsules. There are three target finders: forEach, beforeEach, and nearEach.

image-20250922-220837.png

Source Finders

Source finders group source capsules based on their relationship to other source capsules. There are two source finders: byWindow and byProperty.

image-20250922-220905.png

Refining Finders

Refining finders are used in conjunction with another finder to further refine or subdivide groups of source capsules.

image-20250922-220930.png


Actions (what to do with the groups)

Now that you have your groups, use an Action to manipulate them and return a new Condition.

image-20250923-140806.png

Read More

Full documentation and additional examples can be found in the in-product formula docs.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.