Describe the problem/error/question
I have a Notion Node where I load a database page. Then I want to make specific changes based on the given attributes. I have a attribute which is a checkbox and which I parse to a boolean value inside of n8n. I then have a if-node to go one path if true and another if false - but the if-node seems not operate correctly - what am I missing?
Information on your n8n setup
n8n version: 1.106.3
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app): docker
Operating system:
Hello, @andrew.t9 hope all is good. Welcome to the community.
in your is_public, remove extra leading spaces:
then you also won’t need to type convert to Boolean in the previous node or use Convert types where required in the IF node.
2 Likes
I can run this workflow execute successfully.
@jabbson space is not actual issue.
But i can run without remove space!
The problem was not that the author couldn’t run the workflow. Read their post again, please.
Lol I don’t know where the blanks are coming from… but it makes totally sense that it then behaves this way…
Thank you!
I know but see my above execution work properly.
“public”: false. excute this “node notPublic_and_task_Id_exists”
@Dhruv29
Once again, bud, the problem was not with the execution and this is solved now.
Have a good day
system
Closed
August 20, 2025, 5:29am
11
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.