apps
2021.10
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde.
Apps User Guide for Automation Suite
Automation CloudAutomation Cloud Public SectorAutomation Suite
Last updated 19. Apr. 2024

Funktion: And, Or, Not

Logische Funktionen

Diese Funktionen basieren auf den Logischen Operatoren.

Function

Syntax

Operator

Beschreibung

Beispiel

And

And(Condition1, Condition2 [,Condition3 …])

&&

Gibt „true“ zurück, wenn alle Argumente zutreffen.

And(TRUE, TRUE): True
And(TRUE, FALSE): False
And(FALSE, FALSE): False
And(TRUE, TRUE, TRUE): True
docs image

Oder

Or(Condition1, Condition2 [,Condition3 …])

||

Gibt „true“ zurück, wenn eines der Argumente zutrifft.

Or(TRUE, TRUE): True
Or(TRUE, FALSE): True
Or(FALSE, FALSE): False
Or(FALSE, FALSE, TRUE): True
docs image

Nicht

Not(Condition)

!

Gibt „true“ zurück, wenn das Argument nicht zutrifft, und gibt „false“ zurück, wenn das Argument zutrifft.

Not(TRUE): False
Not(FALSE): True
Not(NOT(TRUE)): True
docs image

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
Uipath Logo White
Vertrauen und Sicherheit
© 2005–2024 UiPath. Alle Rechte vorbehalten