Skip to content

Commit a901cc9

Browse files
committed
info
1 parent 9f6d902 commit a901cc9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

fern/workflows/edges/logical-conditions.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ Logical Conditions enable you to create branching paths within your workflow. Th
1414
- **Branch Setup:** Attach one or more nodes to the condition node.
1515
- **Logic Tag:** Click the "Logic" tag on each connecting edge and select `Logic` from the `Condition Type` dropdown.
1616
- **Condition Type:** Choose between requiring ALL conditions to be met (AND logic) or ANY condition to be met (OR logic)
17-
- **Logic Conditions** Use the panel to define one or more rules or comparisons (e.g., equals, greater than) using variables collected from previous steps. (To remove a comparison, click on the Trash icon to the right of the comparison.)
17+
- **Logic Conditions** Use the panel to define one or more rules or comparisons (e.g., equals, greater than) using variables collected from previous steps.
18+
19+
<Note>
20+
To remove a comparison, click on the Trash icon to the right of the comparison.
21+
</Note>
1822

1923
<Frame>
2024
<img src="../../static/images/workflows/logic-condition.png" />

0 commit comments

Comments
 (0)