Einführung
Every scheduled and event-based trigger supports conditions. Bedingungen filter which devices are pulled into an automation run when the trigger fires — so instead of running against every assigned device, you can target a specific subset of devices based on platform, group, tag, status, or other device attributes.
The manual trigger doesn't support conditions. All other trigger types share the same condition builder described here.
How Bedingungen Work
Bedingungen are configured per trigger, not per automation. If an automation has multiple triggers, each trigger can have its own independent condition set.
When a trigger fires, Level evaluates its conditions against your devices at that moment. Devices that match all conditions are pulled into the automation run. Devices that don't match are skipped — they're not tracked or queued, and they'll be evaluated fresh the next time the trigger fires.
Multiple conditions use AND logic: every condition must be satisfied for a device to be included. There's no OR option within a single trigger. If you need OR-style behavior, add a second trigger with different conditions.
ℹ️ HINWEIS: Triggers evaluate against all devices in your organization. The Gruppe condition is how you scope a trigger to a subset — without one, any device in the org that matches the other conditions will be pulled in.
Bedingungen konfigurieren
Bedingungen are set inside the trigger configuration panel when adding or editing a trigger.
ℹ️ HINWEIS: Triggers and actions are only editable in edit mode. From the pipeline view, click Bearbeiten in the top-right corner to enter edit mode. If you click a trigger or action outside of edit mode, a read-only detail panel opens showing run status and history — you won't see configuration options there.
Open the trigger configuration panel by clicking an existing trigger or adding a new one.
Click the Bedingung dropdown and select a condition type.
Set the operator and value for the condition.
To add another condition, click + Add new condition.
To remove a condition, click Entfernen next to it.
Click Speichern to apply.
Bedingungsreferenz
ℹ️ HINWEIS: Several condition types — including Plattform, Betriebssystem, Tag, and Gruppe — are populated dynamically from your actual device inventory. If your environment only has Windows devices, you'll only see Windows in the Plattform dropdown. Betriebssystem shows the specific versions present across your enrolled devices. Empty dropdowns mean Level hasn't detected any devices with that attribute yet.
All devices
No filtering applied. Every device in your organization is included when the trigger fires.
Selecting All devices requires no further configuration. Use it when you want the trigger to run against your entire device inventory with no restrictions.
Plattform
Filtern Sie nach der Betriebssystemfamilie des Geräts.
Operator | Beschreibung |
Gleich | Das Betriebssystem des Geräts stimmt mit einer der ausgewählten Plattformen überein |
Nicht gleich | Das Betriebssystem des Geräts stimmt nicht mit einer der ausgewählten Plattformen überein |
Werts: Windows, macBetriebssystem, Linux. Multiple values can be selected.
Tag
Filtern Sie nach Tags, die auf das Gerät angewendet werden.
Operator | Beschreibung |
Gleich | Das Gerät hat alle ausgewählten Tags |
Nicht gleich | Das Gerät hat keines der ausgewählten Tags |
Wählen Sie ein oder mehrere Tags aus der Tag-Liste Ihrer Organisation aus.
💡 TIPP: Tag conditions are useful for targeting devices by function or client without relying on group structure — for example, running a trigger only on devices tagged SERVER or PRODUCTION.
Gruppe
Filtern Sie nach der Gerätegruppe, zu der das Gerät gehört.
Operator | Beschreibung |
Gleich | Das Gerät ist Mitglied einer der ausgewählten Gruppen |
Nicht gleich | Das Gerät ist nicht Mitglied einer der ausgewählten Gruppen |
Wählen Sie eine oder mehrere Gruppen aus Ihrer Gruppenhierarchie aus. Child groups can be expanded inline.
Status
Filter by whether the device is currently online or offline at the moment the trigger fires.
Operator | Beschreibung |
Gleich | Der Gerätestatus stimmt mit dem ausgewählten Wert überein |
Nicht gleich | Der Gerätestatus stimmt nicht mit dem ausgewählten Wert überein |
Werts: Online, Offline.
ℹ️ HINWEIS: The Status condition is the key lever for controlling offline device behavior. Without a Status condition, offline devices that otherwise match will be pulled into the run and queued — they'll resume at whatever action they were on once they come back online. Adding a Status = Online condition excludes offline devices entirely, so they won't be queued at all.
Hostname
Filtern Sie nach dem Hostname des Geräts.
Operator | Beschreibung |
Gleich | Der Hostname stimmt genau mit dem eingegebenen Wert überein |
Nicht gleich | Der Hostname stimmt nicht mit dem eingegebenen Wert überein |
Enthält | Der Hostname enthält die eingegebene Zeichenkette |
Enthält nicht | Der Hostname enthält nicht die eingegebene Zeichenkette |
Geben Sie den Hostname-Wert manuell ein. Der Abgleich wird nicht berücksichtigt.
💡 TIPP: Use Enthält to target naming conventions — for example, filtering to all devices whose hostname contains SRV or a client prefix.
Zuletzt gesehen (in Tagen)
Filtern Sie nach der Anzahl der Tage, die seit dem letzten Check-in des Geräts bei Level vergangen sind.
Operator | Beschreibung |
Größer als | Das Gerät wurde zuletzt vor mehr als N Tagen angesehen |
Größer als or equal to | Das Gerät wurde zuletzt vor N oder mehr Tagen angesehen |
Weniger als | Das Gerät wurde zuletzt vor weniger als N Tagen angesehen |
Weniger als or equal to | Das Gerät wurde zuletzt vor N Tagen oder weniger angesehen |
Geben Sie eine ganze Anzahl von Tagen als Freitextwert ein.
💡 TIPP: Use this condition to limit automation runs to recently active devices — for example, skipping devices that haven't been seen in more than 30 days, which may be decommissioned or in storage.
Architektur
Filtern Sie nach der CPU-Architektur des Geräts.
Operator | Beschreibung |
Gleich | Die Gerätearchitektur stimmt mit dem ausgewählten Wert überein |
Nicht gleich | Die Gerätearchitektur stimmt nicht mit dem ausgewählten Wert überein |
Werts: amd64, arm64.
Betriebssystem
Filter by the device's specific Betriebssystem version.
Operator | Beschreibung |
Gleich | Betriebssystem version matches the selected value |
Nicht gleich | Betriebssystem version does not match the selected value |
Werts are populated from the Betriebssystem versions present in your device inventory. Examples include Windows 11, Windows 10, Windows Server 2022, Windows Server 2019, Windows Server 2016, macBetriebssystem Sonoma, Debian. Your list will reflect what's actually enrolled.
ℹ️ HINWEIS: Betriebssystem values are specific version names, not Betriebssystem families. To filter broadly by operating system type (Windows, macBetriebssystem, Linux), use the Plattform condition instead.
Typ
Filtern Sie nach Gerätetyp.
Operator | Beschreibung |
Gleich | Der Gerätetyp stimmt mit dem ausgewählten Wert überein |
Nicht gleich | Der Gerätetyp stimmt nicht mit dem ausgewählten Wert überein |
Werts: Workstation, Server.
Häufig gestellte Fragen
Do conditions apply every time the trigger fires, or just the first time? Every time. Bedingungen are evaluated fresh on each trigger fire. A device that matched last week might be excluded this week if its group membership, tags, or status has changed.
Can I use OR logic between conditions? Not within a single trigger. Multiple conditions always use AND logic. To achieve OR-style behavior, add a second trigger to the automation with different conditions — both triggers will be evaluated independently.
Will a device be skipped permanently if it doesn't match the conditions? No. Bedingungen are evaluated fresh each time the trigger fires. If a device's attributes change — its group, tags, status, or Betriebssystem — and it matches on the next fire, it'll be included in that run.
What if I want to run a trigger on all devices except those in one group? Use a Gruppe condition with the Nicht gleich operator and select the group to exclude.
Can I use conditions to filter devices on the manual trigger? No. The manual trigger doesn't support conditions — you select devices directly when adding them. See Manual Trigger for how that works.

