diff --git a/packages/desktop-client/src/components/accounts/Account.js b/packages/desktop-client/src/components/accounts/Account.js
index ca69fe7b04ec6889dec55ecfdb916b8eea528e2d..7e204540a087523b54ff7948ebd1a18cf1c79537 100644
--- a/packages/desktop-client/src/components/accounts/Account.js
+++ b/packages/desktop-client/src/components/accounts/Account.js
@@ -1700,6 +1700,7 @@ class AccountInternal extends React.PureComponent {
 
     let rule = {
       stage: null,
+      conditionsOp: 'and',
       conditions: [payeeCondition],
       actions: [
         {
diff --git a/upcoming-release-notes/882.md b/upcoming-release-notes/882.md
new file mode 100644
index 0000000000000000000000000000000000000000..216975a4e1a8c770dc1bf0abc9c4313eed5147d3
--- /dev/null
+++ b/upcoming-release-notes/882.md
@@ -0,0 +1,6 @@
+---
+category: Bugfix
+authors: [MatissJanis]
+---
+
+Fix rule creation from account page (transaction list)