Access data from multiple nodes

Hello everyone, I’m sitting here right now racking my brains over the following:
I trigger my workflow with a POST request to a webhook, which is sent the name, email address, and a file. The file is processed internally and an output is generated using language models.
Now I want to do the following: I want to merge the name and email with the llm output to create a Notion entry in a database.
I think the problem is the following: The Notion node, or even the merge node before that, does not have access to the name and email address. I have tried several ways (e.g via a code block) to solve this, but this error always occurs. Can anyone help me on this?

Hey @Louis_Doersing

Use Combine instead of Append in Merge node

2 Likes

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