You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently 2 issues when querying Baserow service:
The Is False filter seem to be missing (the Is True is there)
The Is True filter is actually behaving the opposite of what it seem to be
For issue 2, when I add Is True filter then I'm getting results only where the selected field is actually false which is the opposite of the expected behavior.
To Reproduce
For issue 1:
Add Baserow integration to the workflow
Click Add option
Click Filters
Click Add filter
Under the Filter field notice the absence of the Is False option
For issue 2:
Add Baserow integration to the workflow
Set it up so that it fetches multiple rows (make sure at least one field in the table is Boolean)
Set the filter on the field to Is True
Notice that is only returns rows where the field is false
Expected behavior
Issue 1 - The Is False option should be in the list of conditions
Issue 2 - The Is True option should return rows where the value is true
Operating System
MacOS 14.7.1
n8n Version
1.76.0
Node.js Version
20.18.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Bug Description
There are currently 2 issues when querying Baserow service:
Is False
filter seem to be missing (theIs True
is there)Is True
filter is actually behaving the opposite of what it seem to beFor issue 2, when I add
Is True
filter then I'm getting results only where the selected field is actuallyfalse
which is the opposite of the expected behavior.To Reproduce
For issue 1:
Add option
Filters
Add filter
Filter
field notice the absence of theIs False
optionFor issue 2:
Boolean
)Is True
false
Expected behavior
Issue 1 - The
Is False
option should be in the list of conditionsIssue 2 - The
Is True
option should return rows where the value istrue
Operating System
MacOS 14.7.1
n8n Version
1.76.0
Node.js Version
20.18.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: