diff --git a/apps/docs/docs/editor/blocks/logic/condition.mdx b/apps/docs/docs/editor/blocks/logic/condition.mdx index bdd742f436..829497232d 100644 --- a/apps/docs/docs/editor/blocks/logic/condition.mdx +++ b/apps/docs/docs/editor/blocks/logic/condition.mdx @@ -17,11 +17,3 @@ A condition can contain different comparisons that are evaluated in order and li ## 3 minutes video overview - -## Advanced - -For more complex use cases you can stack conditions on top of each other: - -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".