2
0

📝 Migrate from Docusaurus to Mintlify (#1115)

Closes #868
This commit is contained in:
Baptiste Arnaud
2023-12-22 09:13:53 +01:00
committed by GitHub
parent 512bb09282
commit 1e5fa5a575
450 changed files with 49522 additions and 104787 deletions

View File

@@ -0,0 +1,20 @@
---
title: Condition
icon: code-branch
---
The Condition block allows you to split your flow in two based on a condition.
<Frame caption='This can be translated to: "If Score is greater than 20 then go to this path. Otherwise, go to the other path."'>
<img src="/images/blocks/logic/condition.png" alt="Condition" />
</Frame>
A condition can contain different comparisons that are evaluated in order and linked with a logical operator: 'AND' or 'OR'.
<div className="relative" style={{ paddingBottom: '64.5933014354067%' }}>
<iframe
src="https://www.youtube.com/embed/47KyLHzdpnY"
allowFullScreen
className="absolute top-0 left-0 w-full h-full"
/>
</div>