Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with consecutive Notion > Block > Append After #11857

Open
aleibz98 opened this issue Nov 23, 2024 · 1 comment
Open

Bug with consecutive Notion > Block > Append After #11857

aleibz98 opened this issue Nov 23, 2024 · 1 comment
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@aleibz98
Copy link

aleibz98 commented Nov 23, 2024

Bug Description

I am trying to make successive calls to an AppendBlock tool that I have defined, and I'm finding that, even though the fool is called with different parameters, all the blocks that are appended have the same content as the first one.

Tool execution logs:
Captura de pantalla 2024-11-23 a las 12 33 07

First tool call detail:
Captura de pantalla 2024-11-23 a las 12 31 59

Second tool call detail:
Captura de pantalla 2024-11-23 a las 12 32 21

Result in Notion page:
Captura de pantalla 2024-11-23 a las 12 36 05

To Reproduce

  1. Define an AI Tools Agent with a tool that tries to append a block to a given Notion Page.
  2. Make it append N blocks with different content.
  3. See that it appends N blocks but with the same content as the 1st block.

Expected behavior

The tool should append blocks that have the content defined in the parameters.

Operating System

Browser - MacOS

n8n Version

1.68.0

Node.js Version

??

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Nov 23, 2024

Hey @aleibz98,

We have created an internal ticket to look into this which we will be tracking as "GHC-482"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

3 participants
@Joffcom @aleibz98 and others