2
0

📝 Remove advanced section in Condition docs

Not relevant anymore.
This commit is contained in:
Baptiste Arnaud
2023-02-09 08:39:20 +01:00
parent c50c2b84b6
commit c879c6f83a

View File

@ -17,11 +17,3 @@ A condition can contain different comparisons that are evaluated in order and li
## 3 minutes video overview
<YoutubeEmbed videoId="47KyLHzdpnY" />
## Advanced
For more complex use cases you can stack conditions on top of each other:
<img src="/img/blocks/logic/condition-2.png" width="500" alt="Set variable" />
☝️ This can be translated to: "If 'Age' is greater than 50 then go to this path. Else, if 'Age' is greater than 20 then go to this path. Otherwise, got to the other path".