mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 05:33:26 +01:00
Can't add transaction rule's actions #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PhillipMaizza on GitHub (Sep 24, 2025).
Hello!
I was messing around with the Transaction Rules, but I only see the "If..." section, without the "Then" section.
I was trying to create a rule that when the description is "Lidl" then the Category should be set to "Groceries", but I cannot find the other section.
Am I missing something? I'm on Brave.
@eitchtee commented on GitHub (Sep 24, 2025):
Hey there!
After you create the rule with the If statement you should get a new panel that allows you to add the actions using the Add new button. Actions are what you actually want to do when the rule matches a transaction.
For your use case you want "Edit transaction" > Set Field... Category > "Groceries"
Just make sure "Groceries" already exists as a category, as currently rules don't create categories if they don't exist.
@PhillipMaizza commented on GitHub (Sep 24, 2025):
Ohhh I see! Thanks for the heads up.
Would be great to add it in the rule creation, as it's a bit shady in that submenu!