From 750682ed8905932225e4af1bed8fb95bde7b037b Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 14 Dec 2025 11:33:17 -0300 Subject: [PATCH] Updated Transaction Rules (markdown) --- Transaction-Rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transaction-Rules.md b/Transaction-Rules.md index 7c64959..020307e 100644 --- a/Transaction-Rules.md +++ b/Transaction-Rules.md @@ -15,7 +15,7 @@ Each rule has the following configuration options: * `Run on update`: The rule will run when an existing transaction is updated. * `Run on delete`: The rule will run when a transaction is deleted. * **Sequenced**: A sequenced rule will update its [variables](#available-variables) between each rule execution, meaning that the next action will have access to the values of the previous action instead of the originating transaction. -* **Trigger**: A condition that must evaluate to `True` for the rule's actions to be executed. +* **Trigger** (the `If...` part): A condition that must evaluate to `True` for the rule's actions to be executed. ## Actions