From 121f122c6bf3470d1dfcb65b656a316e64089dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Notin?= Date: Tue, 10 Dec 2024 10:56:36 +0100 Subject: [PATCH] Describe that conditions of an 'if' are 'and' (#36270) --- source/_docs/scripts.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/_docs/scripts.markdown b/source/_docs/scripts.markdown index 8d4b5d22223..7025cf68675 100644 --- a/source/_docs/scripts.markdown +++ b/source/_docs/scripts.markdown @@ -576,9 +576,8 @@ It contains the following fields: ## If-then -This {% term action %} allow you to conditionally (`if`) run a sequence of actions (`then`) -and optionally supports running other sequence when the condition didn't -pass (`else`). +This {% term action %} allows you to conditionally (`if`), based on or more [conditions](/docs/scripts/conditions/) (which are `and` combined), +run a sequence of actions (`then`) and optionally supports running other sequence when the condition didn't pass (`else`). ```yaml script: