Notion database pase - Always output data doesn't work

Hello! I’m using Notion database page to find some words and others not and get a conditional so I can decide what to do, but when it goes into Notion node, just omit some items that couldn’t find. I would like that return an empty list so I can give that information to the conditional node. I have “Always output data” activated.



Information on your n8n setup

  • n8n version: Version 1.90.2
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default (v01 recommended)
  • Running n8n via (Docker, npm, n8n cloud, desktop app): EasyPanel and OVH servers
  • Operating system: Linux

How does this example look?

But I’m not sure how to answer your question.

That gives to the conditional only what it can find on the database, but I would like also an output/list with items that are not in the database. Then I say to the conditional: ok, if true (products are in the database), do this, if it is false (products couldn’t find on the database), do this other thing. But I’m not having any false item with that workflow. Make sense to you?