Notiondb Updates the same row & Notion Label Multi Select Issue

Describe the problem/error/question

1st Problem (Main)
The problem I am trying to solve is to update my notion database with info pulled from my github projects (milestones, status & labels) via the graphql.

I made the graphql query to work, I managed to write a python code that rearranges my graphql into the following structure:
image

I pull data from my notion database, and merge the transformed graphql with the notion db based on Issue Number key.

What is the error message (if any)?

Everytime this runs it overwrites the same notion row #1 and does not populate all the other nodes…

Please share your workflow

Information on your n8n setup

  • n8n version: latest
  • Database (default: Notion & Github throught Graphql):
  • n8n EXECUTIONS_PROCESS setting (default: own):
  • Running n8n via ( n8n cloud):
  • Operating system: Windows 10

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

I found the error. Apologies. I kept the id of the same 1st row and it was not changing. I managed to solve it.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

Glad you found the solution @dragos-1, marking it as solved :slight_smile: