Hi everyone,
I’m trying to use Notion to check whether a record already exists in my database, but I’m running into an issue with the data flow in n8n.
Here’s what my workflow does:
-
I fetch game deals from an API
-
I filter the results where
cut = 100(free games) -
Then I use Notion “Get Many” to check if the game already exists in my database
The problem is:
After the Notion node, the following nodes can no longer access the original data (for example, the game title). It seems like the Notion node output replaces or overrides the original item data.
Because of this, even when I try to filter or pass only new items forward, I lose access to fields like title from the API.