Unable to trigger http node with split path

Trying to read notion(table format) and filter some data like email, contact . use the same data to create a set and make http request. However only one path works even if subset keys send input to Http request. Any suggestions?

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:

n8n version: 1.45.1
n8n EXECUTIONS_PROCESS setting (default: own, main): default
Running n8n via docker
Operating system: linux

@Prachi_Govalkar , you would have to add Merge node for both Code input paths to be engaged.

The mode of the Merge node is likely to be Combine → Merge by position (depending on what you do with the input data in Code node).

1 Like

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